Pop Animation
Animate a numeric value (ex: position, opacity, scale) using a spring effect whenever the value is changed.
Bounciness and Speed values can be passed to developers using the Pop framework for iOS, Rebound for Android, and Rebound JS for web.
Use Classic Animation for traditional animation curves. See Animation Basics for more information.
Pop Animation
- Number
- Bounciness
- Speed
- Progress
- Number
The number to animate to.
- Bounciness
A number that represents the bounciness of the animation.
- Speed
A number that represents the speed of the animation.
- Progress
A number that is tweened (or interpolated) with a bouncy animation as it moves toward the Number input.
Typically a progress value. See Animation Basics for more information.