You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: