Method
AdapAnimationskip
Declaration [src]
void
adap_animation_skip (
AdapAnimation* self
)
Description [src]
Skips the animation for self
.
If the animation hasn’t been started yet, is playing, or is paused, instantly
skips the animation to the end and causes AdapAnimation::done
to be emitted.
Sets AdapAnimation:state
to ADAP_ANIMATION_FINISHED
.