bevy/crates/bevy_animation
poopy 70269ef758
Don't trigger animation events when paused (#15677)
# Objective

Pausing the `animated_fox` example perfectly as one of the feet hits the
ground causes the event to be triggered every frame.

Context: #15538

## Solution

Don't trigger animation events if the animation is paused.

## Testing

Ran the example, I no longer see the issue.
2024-10-06 18:57:07 +00:00
..
derive Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
src Don't trigger animation events when paused (#15677) 2024-10-06 18:57:07 +00:00
Cargo.toml Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Animation

License Crates.io Downloads Docs Discord