Tweeny 3.2.0
A Tweening library for modern C++
Loading...
Searching...
No Matches

◆ jump() [1/2]

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

Jumps to a specific tween point.

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

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