bevy/examples/animation
François Mockers 1869e45c49
fix some of the ease functions from interpolation (#15706)
# Objective

- Followup to #15675
- Some of the functions are wrong, noticed in #15703: `Sine`, `Elastic`
and `Back`

## Solution

- Fix them and make them deterministic


![ease-fixed-functions](https://github.com/user-attachments/assets/8a4d5c0c-36fa-4a49-a189-5b832dc24721)
2024-10-07 19:08:32 +00:00
..
animated_fox.rs Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
animated_transform.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animated_ui.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animation_events.rs Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
animation_graph.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animation_masks.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
color_animation.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
cubic_curve.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
custom_skinned_mesh.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
easing_functions.rs fix some of the ease functions from interpolation (#15706) 2024-10-07 19:08:32 +00:00
gltf_skinned_mesh.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
morph_targets.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00