Cancels the animation.
Standard promise catcher.
Schedule animation completion.
Register a completion callback. Fires immediately if animation is already done.
Ends the animation successfully. Equivalent to user choosing to finish it immediately.
Standard promise finally.
Returns an internal promise that resolves on success, and rejects on cancel.
Pause underlying animation (if supported).
Reports progress to host.
Resume underlying animation (if supported).
Sets or replaces the current host.
Static_Waits until all runners complete.
Static_Executes a list of runners sequentially. Each must complete before the next starts.
Accepts optional host callbacks. Set
jsAnimationtotrueto use RAF/timer ticks instead of the batched CSS animation queue.