Method
BisAnimationskip
Declaration [src]
void
bis_animation_skip (
BisAnimation* 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 BisAnimation::done
to be emitted.
Sets BisAnimation:state
to BIS_ANIMATION_FINISHED
.
Available since: | 1.0 |