diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index 780aa78f0d..a37f7368b8 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -496,7 +496,7 @@ those callbacks like this: -The callbacks receive an `AnimationEvent` that contains contains useful properties such as +The callbacks receive an `AnimationEvent` that contains useful properties such as `fromState`, `toState` and `totalTime`. Those callbacks will fire whether or not an animation is picked up.