This is a proxy to any object that would like some of its attributes
to be implicitly animated when set.
|
|
__init__(self,
obj,
animated_attributes=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
| setup_next_animations(self,
duration=None,
repeat_behavior=None,
repeat_count=None,
transformation=None,
end_callback=-1) |
source code
|
|
|
|
| update_animation_settings(self,
duration=None,
repeat_behavior=None,
repeat_count=None,
transformation=None,
end_callback=-1) |
source code
|
|
|
|
|
|
boolean
|
is_animated(self,
attribute=None)
Returns True if attribute is currently
being animated, False otherwise. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__sizeof__,
__str__,
__subclasshook__
|