Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TweenOpts<A, B, C>

Type parameters

  • A

  • B

  • C

Hierarchy

  • TweenOpts

Index

Properties

Optional easing

easing: FnN

Optional easing function to transform the interval relative time param for mix.

init

init: Fn2<A, A, B>

Interval producer (from 2 keyframe values, i.e. stops)

max

max: number

Max time boundary. Only values in the closed [min..max] time interval will be computed.

min

min: number

Min time boundary. Only values in the closed [min..max] time interval will be computed.

mix

mix: Fn2<B, number, C>

Interval interpolator

num

num: number

Total number (n+1) of tweened values to produce

stops

stops: [number, A][]

Keyframe definitions, i.e. [time, value] tuples

Generated using TypeDoc