GOAnimationType

GOAnimationType()

Animation types used in dynamic plotting
Properties:
Name Type Default Description
ANIMATION_UNKNOWN Number -1 Unknown type
ANIMATION_WAY Number 0 Path animation(old)
ANIMATION_BLINK Number 1 Blinking animation(old)
ANIMATION_ATTRIBUTE Number 2 Attribute animation(old)
ANIMATION_SHOW Number 3 Show/Hide animation(old)
ANIMATION_ROTATE Number 4 Rotation animation(old)
ANIMATION_SCALE Number 5 Scale animation(old)
ANIMATION_GROW Number 6 Growth animation(old)
ANIMATION_HIDE_EXP Number 12 Hide animation(new)
ANIMATION_REDUCE_EXP Number 13 Retreat animation(new)
ANIMATION_MOVEIN_EXP Number 14 Fade-in animation(new)
ANIMATION_MOVEOUT_EXP Number 15 Fade-out animation(new)
ANIMATION_ZOOMIN_EXP Number 16 Zoom (enlarge) animation(new)
ANIMATION_ZOOMOUT_EXP Number 17 Zoom (reduce) animation(new)
ANIMATION_CURVE_EXP Number 18 Curved path animation(new)
ANIMATION_BROKENLINE_EXP Number 19 Polyline path animation(new)
ANIMATION_GROW_EXP Number 20 Growth animation
ANIMATION_WAY_EXP Number 21 Trajectory animation(new)
ANIMATION_BLINK_EXP Number 22 Blinking animation(new)
ANIMATION_SHOW_EXP Number 23 Show animation(new)
ANIMATION_MOVEVIEW_EXP Number 24 Moving view animation
ANIMATION_WAY_GROUP Number 25 Model group path animation

Members

staticconstantSuperMap3D.GOAnimationType.ANIMATION_ATTRIBUTE : Number

Attribute animation(old)
Default Value: 2
Blinking animation(old)
Default Value: 1
Blinking animation(new)
Default Value: 22

staticconstantSuperMap3D.GOAnimationType.ANIMATION_BROKENLINE_EXP : Number

Polyline path animation(new)
Default Value: 19

staticconstantSuperMap3D.GOAnimationType.ANIMATION_CURVE_EXP : Number

Curved path animation(new)
Default Value: 18

staticconstantSuperMap3D.GOAnimationType.ANIMATION_GROW : Number

Growth animation(old)
Default Value: 6

staticconstantSuperMap3D.GOAnimationType.ANIMATION_GROW_EXP : Number

Growth animation(new)
Default Value: 20

staticconstantSuperMap3D.GOAnimationType.ANIMATION_HIDE_EXP : Number

Hide animation(new)
Default Value: 12

staticconstantSuperMap3D.GOAnimationType.ANIMATION_MOVEIN_EXP : Number

Fade-in animation(new)
Default Value: 14

staticconstantSuperMap3D.GOAnimationType.ANIMATION_MOVEOUT_EXP : Number

Fade-out animation(new)
Default Value: 15

staticconstantSuperMap3D.GOAnimationType.ANIMATION_MOVEVIEW_EXP : Number

Moving view animation
Default Value: 24

staticconstantSuperMap3D.GOAnimationType.ANIMATION_REDUCE_EXP : Number

Retreat animation(new)
Default Value: 13

staticconstantSuperMap3D.GOAnimationType.ANIMATION_ROTATE : Number

Rotation animation(old)
Default Value: 4

staticconstantSuperMap3D.GOAnimationType.ANIMATION_SCALE : Number

Scale animation(old)
Default Value: 5

staticconstantSuperMap3D.GOAnimationType.ANIMATION_SHOW : Number

Show/Hide Animation(old)
Default Value: 3

staticconstantSuperMap3D.GOAnimationType.ANIMATION_SHOW_EXP : Number

Show animation(new)
Default Value: 23

staticconstantSuperMap3D.GOAnimationType.ANIMATION_UNKNOWN : Number

Unknown type
Default Value: -1

staticconstantSuperMap3D.GOAnimationType.ANIMATION_WAY : Number

Path animation(old)

staticconstantSuperMap3D.GOAnimationType.ANIMATION_WAY_EXP : Number

Trajectory animation(new)
Default Value: 21

staticconstantSuperMap3D.GOAnimationType.ANIMATION_WAY_GROUP : Number

Model group path animation
Default Value: 25

staticconstantSuperMap3D.GOAnimationType.ANIMATION_ZOOMIN_EXP : Number

Zoom (enlarge) animation(new)
Default Value: 16

staticconstantSuperMap3D.GOAnimationType.ANIMATION_ZOOMOUT_EXP : Number

Zoom (reduce) animation(new)
Default Value: 17