Enumeration Case
ZoomAnimationViewStyleCustom
Style where widget manages a custom view that is used by animations.
Declaration
ZoomAnimationViewStyleCustom = 2
NOTES
Make sure to override the zoomAnimatingView to return a custom view and clearZoomAnimatingView to clean up view.
Related Links
Zoom Animation
-
- 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.