Package libavg :: Module anim :: Class EaseInOutAnim

Class EaseInOutAnim

source code


Instance Methods
 
__init__(self, node, attrName, duration, startValue, endValue, easeInDuration, easeOutDuration, useInt=False, onStop=None, onStart=None) source code
    Inherited from SimpleAnim
 
abort(self)
Stops the animation.
source code
 
isDone(self)
Returns True if the animation has run its course.
source code
 
setHandler(self, onStop, onAbort) source code
 
start(self, keepAttr=False) source code
Method Details

__init__(self, node, attrName, duration, startValue, endValue, easeInDuration, easeOutDuration, useInt=False, onStop=None, onStart=None)
(Constructor)

source code 
Overrides: SimpleAnim.__init__