UNPKG

reeller

Version:

Flexible, powerful and modern library for creating the running horizontal blocks effect, also known as ticker or the «marquee effect».

16 lines (13 loc) 384 B
/*! * Cuberto Reeller * https://github.com/Cuberto/reeller * https://cuberto.com/ * * @version 0.0.6 * @license The MIT License (MIT) * @author Cuberto, Artem Dordzhiev (Draft) */ import Filler from './module/Filler'; import Reeller from './module/Reeller'; import ScrollerPlugin from './plugin/ScrollerPlugin'; export {Reeller as default, Reeller, Filler, ScrollerPlugin};