UNPKG

motion

Version:

The Motion library for the web

14 lines (10 loc) 216 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const defaults = { duration: 0.3, delay: 0, endDelay: 0, repeat: 0, easing: "ease", }; exports.defaults = defaults;