https://github.com/ryqndev/fadeimages
Pure JS code that fades through images like a slideshow. (All images taken from pexels, a collection of royalty-free images site)
https://github.com/ryqndev/fadeimages
fade open-source pure-javascript slideshow
Last synced: 8 months ago
JSON representation
Pure JS code that fades through images like a slideshow. (All images taken from pexels, a collection of royalty-free images site)
- Host: GitHub
- URL: https://github.com/ryqndev/fadeimages
- Owner: ryqndev
- License: mit
- Created: 2018-01-29T01:18:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T01:45:24.000Z (over 8 years ago)
- Last Synced: 2025-01-08T10:40:34.606Z (over 1 year ago)
- Topics: fade, open-source, pure-javascript, slideshow
- Language: JavaScript
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fadeImages
Pure JS code that fades through images like a slideshow
How to use:
Open up the script.js file and copy and paste the code into your website docs
Replace all 'bgImg' texts with the html id tag that you would like to add the fade effect to.
There are comments in the file to indicate which values to change to get the result you would like
**remember to compress your images so load time is decreased.**