Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codrops/FullscreenScroll
A fullscreen scroll-based slideshow with a content view powered by GreenSock's Observer plugin.
https://github.com/codrops/FullscreenScroll
Last synced: 3 months ago
JSON representation
A fullscreen scroll-based slideshow with a content view powered by GreenSock's Observer plugin.
- Host: GitHub
- URL: https://github.com/codrops/FullscreenScroll
- Owner: codrops
- License: mit
- Created: 2022-08-17T10:18:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T10:18:57.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:51:35.034Z (6 months ago)
- Language: JavaScript
- Size: 1.18 MB
- Stars: 126
- Watchers: 5
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - codrops/FullscreenScroll - A fullscreen scroll-based slideshow with a content view powered by GreenSock's Observer plugin. (JavaScript)
README
# Fullscreen Scrolling Slideshow
A fullscreen scroll-based slideshow with a content view powered by GreenSock's Observer plugin.
![Fullscreen Scrolling Slideshow](https://tympanus.net/codrops/wp-content/uploads/2022/08/fullscreenscroll_feat.jpg)
[Article on Codrops](https://tympanus.net/codrops/?p=64521)
[Demo](http://tympanus.net/Development/FullscreenScroll/)
## Installation
Install dependencies:
```
npm install
```Compile the code for development and start a local server:
```
npm start
```Create the build:
```
npm run build
```## Credits
- Images from [Unsplash](https://unsplash.com/)
## Misc
Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)
## License
[MIT](LICENSE)Made with :blue_heart: by [Codrops](http://www.codrops.com)