UNPKG

motion

Version:

The Motion library for the web

11 lines (9 loc) 199 B
function stopAnimation(animation) { // Suppress error thrown by WAAPI try { animation.commitStyles(); animation.cancel(); } catch (e) { } } export { stopAnimation };