Class ElasticEase

Inheritance Relationships

Base Type

Class Documentation

class ElasticEase : public EasingBase

Public Functions

ElasticEase()
ElasticEase(easingType_t type_, NUMBER period_, NUMBER amplitude_)
virtual NUMBER easeIn(NUMBER time_) const
virtual NUMBER easeOut(NUMBER time_) const
virtual NUMBER easeInOut(NUMBER time_) const
void setPeriod(NUMBER period_)
void setAmplitude(NUMBER amplitude_)