eaz
eaz provides simple and flexible easing functions, as well as methods to generate custom easing functions. Using eaz makes easing time values for animations easy, quick, and customizable.
Use Predefined Easing Functions
Using predefined easing functions is as simple as referencing a static property of the Easing
class.
Every Easing
object contains an in, out, and inOut method, and more options. Refer to the documentation for theEasing
class for more information.
Create Custom Easing Functions
Use eaz's generational methods to create custom easing functions quickly
Or create entirely custom easing methods from scratch
Easily Generate Demo Images
Generate images to test your easing functions
Last updated