bevy/crates/bevy_animation/src
Al M. 2e577bcdc9
Fix single keyframe animations. (#14344)
# Objective

For clips with more than one curve, only the first was being applied if
there is only one keyframe in it.

## Solution

Continue!
2024-08-02 19:24:54 +02:00
..
animatable.rs Remove ClampColor (#13307) 2024-05-10 13:15:56 +00:00
graph.rs Use async-fn in traits rather than BoxedFuture (#12550) 2024-03-18 17:56:57 +00:00
lib.rs Fix single keyframe animations. (#14344) 2024-08-02 19:24:54 +02:00
transition.rs Add some missing reflect attributes (#14259) 2024-08-02 19:20:44 +02:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00