UNPKG

anim-scroll

Version:

Small library to animate your web pages

12 lines (9 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = (box, val) => { box.lastChild.style.display = val; }; exports.default = _default;