bevy/crates/bevy_animation/src
mgi388 c4c1c8ffa1
Undeprecate is_playing_animation (#16121)
# Objective

- Fixes #16098

## Solution

- Undeprecate `is_playing_animation` and copy the docs from
`animation_is_playing` to it.

## Testing

- CI

## Migration


68e9a34e30/release-content/0.15/migration-guides/_guides.toml (L13-L17)
needs to be removed.
2024-10-27 22:38:07 +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 Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
gltf_curves.rs Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
graph.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
lib.rs Undeprecate is_playing_animation (#16121) 2024-10-27 22:38:07 +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