Tweeny  3
A Tweening library for modern C++
Classes
Elastic

An elastic easing function. Values go a little past the maximum/minimum in an elastic effect. More...

Detailed Description

An elastic easing function. Values go a little past the maximum/minimum in an elastic effect.

Classes

struct  easing::elasticInEasing
 Acceelerate initial values with an "elastic" equation. More...
 
struct  easing::elasticOutEasing
 Deaccelerate ending values with an "elastic" equation. More...
 
struct  easing::elasticInOutEasing
 Acceelerate initial and deaccelerate ending values with an "elastic" equation. More...