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 |
lineColorAnimation |
Boolean
|
false
|
optional
Whether line color animation is valid, the default is false |
startLineColor |
Color
|
"#FF0000"
|
optional
Start line color |
endLineColor |
Color
|
"#0000FF"
|
optional
End line color. |
lineWidthAnimation |
Boolean
|
false
|
optional
Line width animation is valid, the default is false |
startLineWidth |
Number
|
0.0
|
optional
Start line width, default is 0.0 |
endLineWidth |
Number
|
5.0
|
optional
End line width, default is 5.0 |
surroundLineColorAnimation |
Boolean
|
false
|
optional
Whether the serif line color animation is valid, the default is false |
startSurroundLineColor |
Color
|
"#FF0000"
|
optional
Start serif color |
endSurroundLineColor |
Color
|
"#0000FF"
|
optional
End serif color |
surroundLineWidthAnimation |
Boolean
|
false
|
optional
Whether the serif line width animation is valid, the default is false |
startSurroundLineWidth |
Number
|
0
|
optional
Start serif width, default is 0 |
endtSurroundLineWidth |
Number
|
1
|
optional
End serif width, default is 1 |