Enumeration
ZoomAnimationViewStyle
Constants for specifying the animation view style used during zoom animation.
Declaration
typedef enum ZoomAnimationViewStyle : NSUInteger {
...
} ZoomAnimationViewStyle;
Topics
Shapes
-
ZoomAnimationViewStyleDefault
Default style to use the widget view in animations.
-
ZoomAnimationViewStyleImageCopy
Style to make a image copy of the widget view that is used for animations.
-
ZoomAnimationViewStyleCustom
Style where widget manages a custom view that is used by animations.
Related Links
Zoom Animation
-
- viewStyleForZoomAnimaton
Get the zoom animationg view style to use.
-
- zoomAnimatingView
Get the view to use for zoom animation.
-
- clearZoomAnimatingView
Called at the end of zoom animation, allowing the widget to clean up any custom views if created.