![SuperMarquee](https://github.com/superplug-in/supermarquee/raw/HEAD/./res/github/SuperMarqueeLogoWhiteBg.png)
SuperMarquee is the super smooth marquee JavaScript component for your web applications.
Showcase
Get some inspiration of what is possible with the following showcase demos.
Features
The most popular features of SuperMarquee:
✓ Fully Responsive. Perfect for every resolution
✓ Easily customizable via CSS
✓ Lightweight, simple yet powerful with no additional dependencies
✓ Hardware accelerated for high performance
✓ Extremely flexible. Endless possibilities
✓ Works on every modern device
✓ Supports 3D transformations
Examples
List of single feature examples
Documentation
Get Started
Install with npm
Run the following command in your terminal
npm install sp-supermarquee
You can also load the bundle directly from jsDelivr.
Create a placeholder
Create an HTML placeholder
<div id="supermarquee"></div>
Import SuperMarquee
import SuperMarquee from "sp-supermarquee";
Initialize
Now turn your placeholder into a SuperMarquee instance and let the magic begin.
const container = document.getElementById('example');
const sm = new SuperMarquee(container, {
content : "SuperMarquee by SuperPlug.in is Super!!!"
});
Support
We provide support for developers working with commercial version via support formular or at support@superplg.in.
If you use a non-commercial version then please ask your tagged question on StackOverflow.
License
SuperMarquee is a commercial software with two licenses available:
- Free for non-commercial purposes such as teaching, academic research, and evaluation. Read it here.
- Commercial license with support and maintenance included. See pricing plans.