bevy/crates/bevy_animation/src
Al M. e06f4d4083
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-07-22 18:44:27 +00:00
..
animatable.rs Remove ClampColor (#13307) 2024-05-10 13:15:56 +00:00
graph.rs Optimize common usages of AssetReader (#14082) 2024-07-01 19:59:42 +00:00
lib.rs Fix single keyframe animations. (#14344) 2024-07-22 18:44:27 +00:00
transition.rs Add some missing reflect attributes (#14259) 2024-07-22 18:24:10 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00