Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
designOption | |
DesignOptions
DesignOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
FROM_CURRENT_APPEARANCE | 1634551405 | Uses the current object's properties as the starting appearance of the animation at runtime. |
  
   |
TO_CURRENT_APPEARANCE | 1634554991 | Uses the current object's properties as the end appearance of the animation at runtime. |
  
   |
TO_CURRENT_LOCATION | 1634553702 | Uses the current object's properties as the starting appearance, and current position as the end location of the animation at runtime. |
| The animation design option. |
  
   |
duration | |
数値型
| The duration in second for this animation. |
  
   |
easeType | |
AnimationEaseOptions
AnimationEaseOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
CUSTOM_EASE | 2051363407 | |
  
   |
EASE_IN | 2051371849 | |
  
   |
EASE_IN_OUT | 2051361103 | |
  
   |
EASE_OUT | 2051371855 | |
  
   |
NO_EASE | 2051960645 | |
| The ease type. |
  
   |
hasCustomSettings | ○ |
ブール型
| Determines if this animated object has custom settings. |
  
   |
hiddenAfter | |
ブール型
| Determines if this object is hidden after its animation is played in an exported SWF file. |
  
   |
initiallyHidden | |
ブール型
| Determines if this object is initially hidden when displayed in an exported SWF file. |
  
   |
isValid | ○ |
ブール型
| |
  
   |
motionPath | |
[[keyFrame1, [[anchorX, anchorY], [leftDirectionX, leftDirectionY], [rightDirectionX, rightDirectionY]]], ...]
| キーフレームと、パスポイントの組み合わせで指定 |
  
   |
motionPathPoints | |
[[[anchorX1, anchorY1], [leftDirectionX1, leftDirectionY1], [rightDirectionX1, rightDirectionY1]], ...]
| The list of motion path points for this animation. |
  
   |
opacityArray | |
[[keyFrame1, value1], ...]
| keyFrameは整数、valueは実数( 0 - 1 ) |
  
   |
plays | |
数値型
| The number of times this animation plays. |
  
   |
playsLoop | |
ブール型
| Set to true if animation play loops. |
  
   |
preset | |
MotionPreset, 文字列型, NothingEnum.NOTHING(1851876449)
| The base animation preset applied. |
  
   |
rotationArray | |
[[keyFrame1, value1], ...]
| The list of rotation key frames for this animation.Ordered array containing keyFrame:Long Integer, value:Real. |
  
   |
scaleXArray | |
[[keyFrame1, value1], ...]
| The list of scale x key frames for this animation.Ordered array containing keyFrame:Long Integer, value:Real. |
  
   |
scaleYArray | |
[[keyFrame1, value1], ...]
| The list of scale y key frames for this animation.Ordered array containing keyFrame:Long Integer, value:Real. |
  
   |
transformOffsets | |
[offsetX, offsetY]
| The tranform offset percentage from the target object bounding box's left-top corner. |