Class: InterpolatedAnimation

Animation. InterpolatedAnimation

Generic animation to interpolate arbitrary values The animation will interpolate between startValue and endValue, using the interpolateFunction(t, startValue, endValue) (t [0,1]) The interpolated value is then given to the setFunction(value)

new InterpolatedAnimation(options)

Parameters:
Name Type Description
options AbstractAnimation.interpolated_configuration Configuration of the InterpolatedAnimation
To Do:
  • Create a tutorial with a simple InterpolatedAnimation on Mars

Extends

Methods


getRenderContext()

Inherited From:
Implements:

getStatus()

Inherited From:
Implements:

start()

Inherited From:
Implements:

pause()

Inherited From:
Implements:

stop()

Inherited From:
Implements: