GOAnimationShow

new Cesium.GOAnimationShow(options)

Dynamic Plotting and Hidden Animation
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 Animation name, unique identification of animation
repeat Boolean false optional Repeat loop playback, default false
showEffect Boolean false optional There are hidden special effects, no special effects by default
finalDisplay Boolean false optional The final display status, not displayed by default

Members

duration : Number

Animation duration, in seconds

finalDisplay : Boolean

The final display status, not displayed by default
Default Value: false

name : String

Animation name, unique identification of animation

repeat : Boolean

Repeat loop playback, default false

showEffect : Boolean

Show and hide special effects, no special effects by default
Default Value: false

startTime : Number

Animation start time, in seconds

Methods

destroy()

Destroy objects and release resources.

getGOAnimationType()GOAnimationType

Get animation type
Returns:
Animation type

pause()

Pause animation

play()

Play animation

reset()

Reset animation

setAnimationName(name)Boolean

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

stop()

Stop animation