AnimationTrigger$Typings extension
Properties
- animationSettings ↔ dynamic
-
Available on AnimationTrigger, provided by the AnimationTrigger$Typings extension
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.Immediategetter/setter pair - propertyName ↔ String
-
Available on AnimationTrigger, provided by the AnimationTrigger$Typings extension
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
-
Available on AnimationTrigger, provided by the AnimationTrigger$Typings extension
Gets or sets the starting condition for this trigger.getter/setter pair
Methods
-
copy(
) → AnimationTrigger -
Available on AnimationTrigger, provided by the AnimationTrigger$Typings extension
Create a copy of this AnimationTrigger, with the same property values. @expose @return {AnimationTrigger}