skipTransition method
void
skipTransition()
The skipTransition()
method of the
ViewTransition interface skips the animation part of the view
transition, but doesn't skip running the associated view update.
Implementation
external void skipTransition();