Class: SegmentedAnimation

Animation. SegmentedAnimation

SegmentedAnimation is an animation defined with segments. Each segment has a [start,end] pair of 't' value and a [start,end] pair of values that will be interpolated with the interpolator set on the segment. When the animation runs, a t parameter is mapped to [0,1] according to current time and animation duration. The current segment is then looked up with that 't' value and used to interpolate the animation's current value.

new SegmentedAnimation(options)

Parameters:
Name Type Description
options AbstractAnimation.segmented_configuration Configuration of the animation

Extends

Methods


getRenderContext()

Inherited From:
Implements:

getStatus()

Inherited From:
Implements:

start()

Inherited From:
Implements:

pause()

Inherited From:
Implements:

stop()

Inherited From:
Implements: