Edit this page

up.motion up:motion:finish
DOM event

This event is emitted on an animating element by up.motion.finish() to request the animation to instantly finish and skip to the last frame.

Custom animation and transition functions are expected to instantly settle their promises when this event is observed on the animating element.

Important

The up:motion:finish event does not signal the end of an animation. For this see awaiting postprocessing.

Properties

event.target Element

The animating element.