UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

9 lines 424 B
```css // Property: curve // Description: Animation curve or easing function to apply to the animation. // Component(s): Ti.UI.Animation '.curve-animation-ease-in': { curve: Ti.UI.ANIMATION_CURVE_EASE_IN } '.curve-animation-ease-in-out': { curve: Ti.UI.ANIMATION_CURVE_EASE_IN_OUT } '.curve-animation-ease-out': { curve: Ti.UI.ANIMATION_CURVE_EASE_OUT } '.curve-animation-linear': { curve: Ti.UI.ANIMATION_CURVE_LINEAR } ```