GOAnimationShow

new Cesium.GOAnimationShow(options)

Dynamic plotting explicit 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
showEffect Boolean false optional Whether there is a hidden effect, the default has no special effects
finalDisplay Boolean false optional Final display status, not displayed by default

Members

duration : Number

Animation duration in seconds

finalDisplay : Boolean

Final display status, not displayed by default
Default Value: false

name : String

Animated name, unique identifier of the animation

repeat : Boolean

Whether to repeat the loop play, the default is false

showEffect : Boolean

Whether there is a hidden effect, the default has no special effects
Default Value: false

startTime : Number

Animation start time in seconds

Methods

destroy()

Destroy objects and free up 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