UNPKG

motion

Version:

The Motion library for the web

15 lines (11 loc) 291 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function stopAnimation(animation) { // Suppress error thrown by WAAPI try { animation.commitStyles(); animation.cancel(); } catch (e) { } } exports.stopAnimation = stopAnimation;