GOAnimationGrow

Growth animation class

new SuperMap3D.GOAnimationGrow(options)

Name Type Description
options Object optional Objects have the following properties:
Name Type Default Description
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
startScale Number 0 optional Start scale, default is 0
endScale Number 1 optional End scale, default is 1

Members

endScale : Number

End scale

startScale : Number

Start scale

Methods

getGOAnimationType()GOAnimationType

Get animation type
Returns:
Animation type