Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Splidejs/splide-extension-intersection
The extension for controlling the slider when it enters or exits the viewport.
https://github.com/Splidejs/splide-extension-intersection
carousel intersection intersection-observer slider splide splidejs
Last synced: 19 days ago
JSON representation
The extension for controlling the slider when it enters or exits the viewport.
- Host: GitHub
- URL: https://github.com/Splidejs/splide-extension-intersection
- Owner: Splidejs
- License: mit
- Created: 2021-11-21T09:41:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T04:54:55.000Z (over 2 years ago)
- Last Synced: 2024-09-21T13:07:51.185Z (about 2 months ago)
- Topics: carousel, intersection, intersection-observer, slider, splide, splidejs
- Language: TypeScript
- Homepage: https://splidejs.com
- Size: 514 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Intersection - Splide Extension
The extension for controlling the Splide slider when it enters or exits the viewport. For example, you can enable autoplay only when the slider is visible.
Demo
Getting Started
Options
Splide## Packages
The package is available on NPM and [jsDelivr](https://www.jsdelivr.com/package/npm/@splidejs/splide-extension-intersection).
```
$ npm install @splidejs/splide-extension-intersection
```Or download files from the dist directory.
## Caveats
This extension does not support IE because of Intersection Observer.
You need to install a polyfill to make it work in IE.## License
Splide is released under the MIT license.
© 2021 Naotoshi Fujita