Property | Type | Access | Description |
designOption | DesignOptions: DesignOptions.FROM_CURRENT_APPEARANCE DesignOptions.TO_CURRENT_APPEARANCE DesignOptions.TO_CURRENT_LOCATION |
r/w | The animation design option. |
duration | number (range: 0.125 - 60) |
r/w | The duration in second for this animation. |
easeType | AnimationEaseOptions: AnimationEaseOptions.NO_EASE AnimationEaseOptions.EASE_IN AnimationEaseOptions.EASE_OUT AnimationEaseOptions.EASE_IN_OUT AnimationEaseOptions.CUSTOM_EASE |
r/w | The ease type. |
eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
events | Events Event |
readonly | A collection of events. |
hasCustomSettings | bool |
readonly | Determines if this animated object has custom settings. |
hiddenAfter | bool |
r/w | Determines if this object is hidden after its animation is played in an exported SWF file. |
initiallyHidden | bool |
r/w | Determines if this object is initially hidden when displayed in an exported SWF file. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
motionPath | Array of Array of 2 Reals Ordered array containing keyFrame:Long Integer Array of 2 Reals Array of 2 Reals |
r/w | The list of motion path points and key frames for this animation. Can return: Ordered array containing keyFrame:Long Integer, pathPoint:Ordered array containing anchor:Array of 2 Reals, leftDirection:Array of 2 Reals, rightDirection:Array of 2 Reals. |
motionPathPoints | Array of 2 Reals Array of Array of 2 Reals pathOpen:Boolean Array of 2 Reals |
r/w | The list of motion path points for this animation. Can return: Ordered array containing pathPointArray:Array of Ordered array containing anchor:Array of 2 Reals, leftDirection:Array of 2 Reals, rightDirection:Array of 2 Reals, pathOpen:Boolean. |
opacityArray | Array of Ordered array containing keyFrame:Long Integer value:Real |
r/w | The list of opacity key frames for this animation. Can return: Ordered array containing keyFrame:Long Integer, value:Real. |
parent | Button CheckBox ComboBox EPS EPSText FormField Graphic GraphicLine Group HtmlItem Image ImportedPage ListBox MediaItem Movie MultiStateObject Oval PageItem PDF PICT Polygon RadioButton Rectangle SignatureField Sound SplineItem TextBox TextFrame WMF |
readonly | The parent of the AnimationSetting (a PageItem, HtmlItem, FormField, SignatureField, TextBox, RadioButton, ListBox, ComboBox, CheckBox, MultiStateObject, Button, MediaItem, Sound, Movie, EPSText, SplineItem, Polygon, GraphicLine, Rectangle, Oval, Graphic, ImportedPage, PICT, WMF, PDF, EPS, Image, Group or TextFrame). |
plays | number (range: 1 - 100) |
r/w | The number of times this animation plays. |
playsLoop | bool |
r/w | Set to true if animation play loops. |
preset | MotionPreset NothingEnum String |
r/w | The base animation preset applied. Can return: MotionPreset, String or NothingEnum enumerator. |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
rotationArray | Array of Ordered array containing keyFrame:Long Integer value:Real |
r/w | The list of rotation key frames for this animation. Can return: Ordered array containing keyFrame:Long Integer, value:Real. |
scaleXArray | Array of Ordered array containing keyFrame:Long Integer value:Real |
r/w | The list of scale x key frames for this animation. Can return: Ordered array containing keyFrame:Long Integer, value:Real. |
scaleYArray | Array of Ordered array containing keyFrame:Long Integer value:Real |
r/w | The list of scale y key frames for this animation. Can return: Ordered array containing keyFrame:Long Integer, value:Real. |
transformOffsets | Array of number |
r/w | The tranform offset percentage from the target object bounding box's left-top corner. |