<animationpath>.speed

Set the speed of the animation path

 

<animationpath>.speed(
    value    

)

 

value

The speed ratio.

A value of 2 will double the animation speed.

A value of 0.5 will slow down the animation speed by half.


Remarks

This will set how fast to animate the path.

Return Value

None

Example

path = viz.addAnimationPath()

#Double the speed of the animation path
path.speed(2)

See also

<animationpath>.setConstantSpeed