animated ~master (2015-05-07T11:23:10Z)
Home
Dub
Repo
NormalNode
animate
animate
animatable
Undocumented in source.
mixin template
NormalNode () {
import
animate
.
animate
.
animation
;
;
void
runAnimation
(Updatable anim);
void
updateAnimations
(Duration time);
}
Members
Functions
runAnimation
void
runAnimation
(Updatable anim)
Add the animation to the queue
updateAnimations
void
updateAnimations
(Duration time)
Update the currently running animations.
Meta
Source
See Implementation
animate
animate
animatable
interfaces
Animatable
mixin templates
NormalNode