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) 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
Method Details

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

source code 
Overrides: SimpleAnim.__init__