API Docs for:
Show:

AnimationDescriptor Class

Describes an animation executed on a control using ui.Control.animations property.

Item Index

Properties

Properties

clear

Boolean

Indicates if all running animations are stopped immediately if the event is no longer fired.

Default: true

event

EventDescriptor

The event on which the animation will be executed.

flow

PrimitiveAnimationDescriptor[]

A list of primitive animations like simple movements, rotations, scalings, etc. to define the actual animation.