GOAnimationGrow

new Cesium.GOAnimationGrow(options)

Dynamic plotting growth animation class
Name Type Description
options Object optional The object has 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 Animated name, unique identifier of the animation
repeat Boolean false optional Whether to repeat the loop play, the default is false
startScale Number 0 optional Start ratio, default is 0
endSclae Number 1 optional End ratio, default is 1

Members

duration : Number

Animation duration in seconds

endScale : Number

End ratio

name : String

Animated name, unique identifier of the animation

repeat : Boolean

Whether to repeat the loop play, the default is false

startScale : Number

Starting ratio

startTime : Number

Animation start time in seconds

Methods

destroy()

Destroy objects and release resources

getGOAnimationType()GOAnimationType

Get the animation type
Returns:
Animation type

pause()

Pause animation

play()

Play animation

reset()

Reset animation

setAnimationName(name)Boolean

Set the animation name
Name Type Description
name String Animation name
Returns:
Whether the setting is successful

stop()

Stop animation