Tweeny  3
A Tweening library for modern C++

◆ jump()

const detail::tweentraits<T, Ts...>::valuesType& jump ( int32_t  point,
bool  suppressCallbacks = false 
)

Jumps to a specific tween currentPoint.

This will seek the tween to a percentage matching the beginning of that step.

Parameters
pointThe currentPoint to seek to. 0 means the currentPoint passed in tweeny::from
suppressCallbacks(optional) set to true to suppress seek() callbacks
Returns
current values
See also
seek