plottquee
v2.15.0
Published
Logo Marquee built by PLOTT
Readme
PLOTTquee
A lightweight, configurable dynamic marquee for creating smooth scrolling effects on any webpage. Supports mouse and touch events for drag functionality.
Installation
Install via npm:
npm install plottqueeUsage
<div class="{$yourClassName}">
<div class="marquee">
<!-- logos here -->
</div>
</div>JS Setup
import { plottquee } from plottquee
plottquee( '{$yourClassName}',{ options here } );