AnimationTrigger$Typings extension
Properties
-
animationSettings
↔ dynamic
-
These settings are only used if the #startCondition is AnimationTrigger.Immediate.
Creating a new AnimationTrigger with animationSettings in the constructor automatically sets #startCondition to AnimationTrigger.Immediate
getter/setter pair
-
propertyName
↔ String
-
Gets or sets the name of the property to animate on the target GraphObject.
The default value is set during constructor initialization.
getter/setter pair
-
startCondition
↔ EnumValue
-
Gets or sets the starting condition for this trigger.
getter/setter pair
Methods
-
copy()
→ AnimationTrigger
-
Create a copy of this AnimationTrigger, with the same property values.
@expose
@return {AnimationTrigger}