nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 443 forks source link

Active Class #361

Open LumosAgency opened 7 years ago

LumosAgency commented 7 years ago

Added an active class for those who are interested as this repo is no longer maintained. Basically, sometimes when a slide becomes active, it needs a class so that a DOM listener can trigger something else, like text animation on the active slide.

So I added a simple quick fix that adds and removes an "active" class on the slides.

superslide-active.js.zip Attached the un-minified code. Replace it with the main javascript library.