Easings
Easing refers to the way in which a motion tween proceeds. — Adobe Press
The Jetpack Compose animation API is rich. It provides you many ways to animate a state change. You can be fine-tuned these animations to your needs by using different easing animations.
This project adds all Easing functions that you can find in the easings.net site to the Compose API.
Names
- EaseInSine
- EaseOutSine
- EaseInOutSine
- EaseInQuad
- EaseOutQuad
- EaseInOutQuad
- EaseInCubic
- EaseOutCubic
- EaseInOutCubic
- EaseInQuart
- EaseOutQuart
- EaseInOutQuart
- EaseInQuint
- EaseOutQuint
- EaseInOutQuint
- EaseInExpo
- EaseOutExpo
- EaseInOutExpo
- EaseInCirc
- EaseOutCirc
- EaseInOutCirc
- EaseInBack
- EaseOutBack
- EaseInOutBack
- EaseInElastic
- EaseOutElastic
- EaseInOutElastic
- EaseInBounce
- EaseOutBounce
- EaseInOutBounce
Demo
Multiplatform Compose Animations Menu
Share