Method
PhocTimedAnimationskip
Declaration [src]
void
phoc_timed_animation_skip (
PhocTimedAnimation* 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 PhocTimedAnimation::done
to be emitted.
Sets PhocTimedAnimation:state
to PHOC_TIMED_ANIMATION_FINISHED
.