pivot.wtk.effects.easing
Interface Easing
- All Known Implementing Classes:
- Circular, Cubic, Exponential, Linear, Quadratic, Quartic, Quintic
public interface Easing
Base interface for easing operations.
- Author:
- Robert Penner, gbrown
Method Summary |
float |
easeIn(float time,
float begin,
float change,
float duration)
|
float |
easeInOut(float time,
float begin,
float change,
float duration)
|
float |
easeOut(float time,
float begin,
float change,
float duration)
|
easeIn
float easeIn(float time,
float begin,
float change,
float duration)
easeOut
float easeOut(float time,
float begin,
float change,
float duration)
easeInOut
float easeInOut(float time,
float begin,
float change,
float duration)