Class: AnimationCurveKey

AnimationCurveKey

AnimationCurveKey

new AnimationCurveKey(time, value) → {AnimationCurveKey}

Defines a point (x, y) in ([0,1], [0,1]).
Parameters:
Name Type Description
time number A normalized value that defines the time at which the curve should be at value.
value number A normalized value that defines the value at which the curve should be at time.
Author:
  • thegoldenmule
Source:
Returns:
Type
AnimationCurveKey