UNPKG

anim-scroll

Version:

Small library to animate your web pages

13 lines (10 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = (box, obj) => { box.style.transition = obj.transition || '0s'; Object.assign(box.style, obj); }; exports.default = _default;