startTime |
Number
|
0
|
optional
Animation start time in seconds |
duration |
Number
|
0
|
optional
Animation duration in seconds |
name |
String
|
""
|
optional
Animated name, unique identifier of the animation |
repeat |
Boolean
|
false
|
optional
Whether to repeat the loop play, the default is false |
blinkInterval |
Number
|
500
|
optional
Flashing interval in milliseconds |
blinkStyle |
blinkStyle
|
BlinkAnimationBlinkStyle.Blink_Frequency
|
optional
Flash type |
blinkNumber |
Number
|
0
|
optional
Number of flashes |
replaceStyle |
replaceStyle
|
BlinkAnimationReplaceStyle.Replace_NoColor
|
optional
Color alternating type |
startColor |
startColor
|
new Color(0,0,1,1)
|
optional
Start color, default is blue |
endColor |
endColor
|
new Color(1,0,0,1)
|
optional
End color, default is red |