Docs (4.0.0)
Animation

class UIAnimationView

A view composite that manages animation playback on the contained view.

class UIAnimationView
extends ViewComposite

Description

An animation controller view component can be used to play animations and/or automatically play them when the contained component is shown or hidden.

Constructor

Instance Members

  • applyViewPreset(preset)Applies the provided preset properties to this object.
  • playAsync(animation?, repeat?)Plays the specified animation on the last output element rendered by the content view.
  • showAnimationAnimation that will be played automatically when the content view is shown.
  • hideAnimationAnimation that will be played when the content view is hidden (through UIComponent.hidden property or UIConditionalView).
  • repeatAnimationAnimation that will be played repeatedly after the content view is shown.

Inherited Members