PositionAnimationStep options object
start
target
delta
path
{ style: 'linear' }
velocity
duration
null
maxDuration
number
PositionAnimationStep for description and examples
PositionAnimationStep options object
startPoint — start position - if undefined then current position is usedtargetPoint — target position - if undefined thendeltais useddeltaPoint — target delta - only used iftargetis undefinedpathOBJ_TranslationPath — ({ style: 'linear' })velocityPoint — velocity of position overridesduration-nullto useduration(null)maxDurationnumber— maximum duration to clip animation to wherenullis unlimited (null)See
PositionAnimationStep for description and examples