bevy/crates/bevy_animation/src
andristarr 7482a0d26d
aligning public apis of Time,Timer and Stopwatch (#15962)
Fixes #15834

## Migration Guide

The APIs of `Time`, `Timer` and `Stopwatch` have been cleaned up for
consistency with each other and the standard library's `Duration` type.
The following methods have been renamed:

- `Stowatch::paused` -> `Stopwatch::is_paused`
- `Time::elapsed_seconds` -> `Time::elasped_secs` (including `_f64` and
`_wrapped` variants)
2024-10-16 21:09:32 +00:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs Make AnimatableCurve::curve public (#15831) 2024-10-10 18:51:17 +00:00
animation_event.rs Remove the Component trait implementation from Handle (#15796) 2024-10-09 21:10:01 +00:00
gltf_curves.rs Remove thiserror from bevy_animation (#15780) 2024-10-09 14:16:21 +00:00
graph.rs Some animation doc improvements (#15860) 2024-10-11 20:52:58 +00:00
lib.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
transition.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00