Value | Meaning |
---|---|
easeIn0 | The interpolation starts slowly and speeds up towards the end. |
easeOut1 | The interpolation starts quickly and slows down towards the end. |
easeInOut2 | A combination of EASE_IN and EASE_OUT. The interpolation is slowest at both ends. |
easeOutIn3 | A combination of EASE_IN and EASE_OUT. The interpolation is fastest at both ends. |