mui aniShow animation properties

aniShow: animationType // mui switching window animation; (default-in-right Slide);
1. "Auto": (String Type) automatically selects the animation, the animation display window using the last set, if the first once to display the default animation.

2. "none": (String type) no animation effect immediately display the page, this effect is ignored animation time parameter is displayed immediately. Close the corresponding animation "none".

3. "slide-in-right": (String Type) right from the lateral sliding effect, page slide laterally outward from the right side of the display screen. Close animation corresponding to "slide-out-right".

4. "slide-in-left": (String Type) from the left lateral sliding effect, the page widthwise slide display screen from left to right. Close animation corresponding to "slide-out-left".

5. "slide-in-top": (String Type) vertically from the upper side of the sliding effect, the lower side of the page on the screen display vertically slidable. Close animation corresponding to "slide-out-top".

6. "slide-in-bottom": (String Type) slide vertically from the lower side effects, page slide vertically from the lower side of the display screen. Close animation corresponding to "slide-out-bottom".

7. "fade-in": ( String Type) display effect gradually from transparent to opaque, from the page displayed completely transparent to opaque gradually. Close animation corresponding to "fade-out".
The effect of the above-platform support
Android - 2.2+ (support): default animation time is 200ms. 
iOS - 5.1.1+ (support): default animation time is 300ms.

8. "pop-in": ( String Type) translating the stack from the right animation, slide show from the right side of the screen page, a page simultaneously from left of the screen belt slipping shadows hide. 
Close animation corresponding to "pop-out".
The effect of the above-platform support
Android - 2.2+ (support): default animation time is 200ms. This animation is a newly opened window sliding window squeeze the current screen special effects, animation must be a combination of two Webview window

If the current screen more Webview window is displayed, display the new window does not support this type of animation, automatically converted into "slide-in-right".
iOS - 5.1.1+ (support): default animation time is 300ms.

9. "zoom-out": (String Type) is gradually enlarged from small to large display, small to large pages is gradually enlarged in the middle of the display screen. Close the corresponding animation "zoom-in".

10. "zoom-fade-out": (String Type) ascending gradually enlarge gradually from transparent to opaque and display the page from small to large and gradually enlarged from the middle of the screen is not transparent to

Gradually transparent display. Close the corresponding animation "zoom-fade-in".

Guess you like

Origin www.cnblogs.com/timcui/p/11077259.html