bevy/examples/animation
François Mockers 01387101df
add example for ease functions (#15703)
# Objective

- Followup to #15675 
- Add an example showcasing the functions

## Solution

- Add an example showcasing the functions
- Some of the functions from the interpolation crate are messed up,
fixed in #15706


![ease](https://github.com/user-attachments/assets/1f3b2b80-23d2-45c7-8b08-95b2e870aa02)

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
2024-10-07 18:31:43 +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 add example for ease functions (#15703) 2024-10-07 18:31:43 +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