
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@lukeboyle/lazy-slider
Advanced tools
View the demo site - http://3stacks.github.io/lazy-slider/
// ES6
import LazySlider from 'lazy-slider';
// CommonJS
const LazySlider = require('lazy-slider');
const options = {
// the slides' container element
target: HTMLElement,
// slide 1 is hard-coded in the page already
slides: [
'path/to/slide-2.html',
'path/to/slide-3.html',
'path/to/slide-4.html'
],
// The class applied to each slide
slideClass: 'ls-slide',
animationClasses: {
current: 'ls-current',
next: 'ls-next',
previous: 'ls-previous',
entering: 'ls-entering',
exiting: 'ls-exiting'
},
timings: {
duration: 2000,
transition: 500
}
};
// init (call this when page has finished loading)
const slider1 = new lazySlider(options);
The destroy method will clear out all slides except for the initial one and set it to the current.
slider1.destroy()
If you wish to use destroy in a timeout, ensure you bind the slider to
the destroy this.
setTimeout(slider1.destroy.bind(slider1), 1000);
FAQs
Ultra lightweight vanilla js slider
We found that @lukeboyle/lazy-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.