Skip to content

Ali-RS/jme-easings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.
        );

Full documentation on these easing functions: http://blog.moagrius.com/actionscript/jsas-understanding-easing/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published