Class: GOAnimationManagerBase

GOAnimationManagerBase

new GOAnimationManagerBase()

leaflet/plot/GOAnimationManagerBase.js, line 10

动画管理基类,负责标号动画的管理,不可构造

Classes

GOAnimationManagerBase

Methods

moveAnimation(animation, targetIndex)

leaflet/plot/GOAnimationManagerBase.js, line 318

移动动画到目标索引位置。

Name Type Description
animation object

动画。

targetIndex number

动画目标索引。

pause()

leaflet/plot/GOAnimationManagerBase.js, line 103

暂停所有动画。

play(animationname)

leaflet/plot/GOAnimationManagerBase.js, line 45

播放动画。

Name Type Description
animationname string

动画名称,默认不设置,从第一个开始播。

preView()

leaflet/plot/GOAnimationManagerBase.js, line 28

预览所有动画。

reset()

leaflet/plot/GOAnimationManagerBase.js, line 125

复位所有动画。

stop()

leaflet/plot/GOAnimationManagerBase.js, line 88

停止所有动画。