UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

18 lines 1.54 kB
```css // Property: animationStyle // Component(s): ListViewAnimationProperties, TableViewAnimationProperties, closeWindowParams '.animation-style-row-bottom[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.BOTTOM } '.animation-style-row-fade[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.FADE } '.animation-style-row-left[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.LEFT } '.animation-style-row-none[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.NONE } '.animation-style-row-right[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.RIGHT } '.animation-style-row-top[platform=ios]': { animationStyle: Ti.UI.iOS.RowAnimationStyle.TOP } '.animation-style-curl-down[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.CURL_DOWN } '.animation-style-curl-up[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.CURL_UP } '.animation-style-flip-from-left[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.FLIP_FROM_LEFT } '.animation-style-flip-from-right[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT } '.animation-style-flip-from-top[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.FLIP_FROM_TOP } '.animation-style-flip-from-bottom[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.FLIP_FROM_BOTTOM } '.animation-style-cross-dissolve[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.CROSS_DISSOLVE } '.animation-style-none[platform=ios]': { animationStyle: Ti.UI.iOS.AnimationStyle.NONE } ```