startTime |
Number
|
0
|
optional
Animation start time,in seconds
|
duration |
Number
|
0
|
optional
Animation duration,in seconds
|
name |
String
|
""
|
optional
Animation name, the unique identifier of the animation
|
repeat |
Boolean
|
false
|
optional
Whether to repeat the loop play, the default is false
|
lineColorAnimation |
Boolean
|
false
|
optional
Whether the 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
Whether the 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 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 liner width, default is 0
|
endtSurroundLineWidth |
Number
|
1
|
optional
End liner width, default is 1
|