Skip to content

A set of easing functions for jMonkeyEngine

License

Notifications You must be signed in to change notification settings

capdevon/jme-easings

 
 

Repository files navigation

jme-easing

A set of easing functions for jMonkeyEngine. Also included is a Lemur Tween function for easy animation.

easings

    Easings.ease(
        Easings.Function.Elastic,   // the easing function you want to use.
        Easings.Action.EaseIn,      // The direction of the easing function.
        time,                       // the time between 'begin' and 'duration'.
        0,                          // the "begin" time.
        2,                          // the amount of change.
        duration                    // the duration of the effect.
        );

About

A set of easing functions for jMonkeyEngine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.1%
  • HTML 7.9%