Class APE.anim.Manager

Defined in Animation.js

  • author: Garrett Smith

    Sigmoid functions based upon work by Emmanuel Pietriga. wobble and spring come from, or are loosely based on Scriptaculous.

    Animation is a Template that passes a position to its run( pos ) method. (you implement run).

    anim.Transitions contains effects for speed/timing, such as acceleration and easing.

  • example:
     
    b = new APE.anim.Animation( "blah" );
    b.run = function(position) { // <-- you implement run.
    
    };
    b.start(); // <-- then call start.
    


  • Constructor Summary
    APE.anim.Manager()
               
    APE.anim.Manager()
               
     
    Method Summary
    toString()
               undocumented
     
    Constructor Detail

    APE.anim.Manager

    APE.anim.Manager()
    APE.anim.Manager()

    Method Detail

    toString

    toString()

    Documentation generated by JsDoc Toolkit 1.4.0 on Sun Aug 17 2008 17:08:27 GMT-0700 (PDT)