Tweeny  3
A Tweening library for modern C++
Modules
Here is a list of all modules:
[detail level 12]
 EasingsBundled easing functions based on Robert Penner's Easing Functions
 LinearThe most boring ever easing function. It has no acceleration and change values in constant speed
 QuadraticThe most commonly used easing functions
 CubicA bit curvier than the quadratic easing
 QuarticA steeper curve. Acceleration changes faster than Cubic
 QuinticAn even steeper curve. Acceleration changes really fast
 SinuisodalA very gentle curve, gentlier than quadratic
 ExponentialA very steep curve, based on the p(t) = 2^(10*(t-1)) equation
 CircularA smooth, circular slope that resembles the arc of an circle
 BackAn easing function that has a "cute" natural coming back effect
 ElasticAn elastic easing function. Values go a little past the maximum/minimum in an elastic effect
 BounceA bouncing easing function. Values "bounce" around the maximum/minumum