Method
AdapAnimationresume
Declaration [src]
void
adap_animation_resume (
AdapAnimation* self
)
Description [src]
Resumes a paused animation for self
.
This function must only be used if the animation has been paused with
adap_animation_pause()
.
Sets AdapAnimation:state
to ADAP_ANIMATION_PLAYING
.