Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A fullscreen scroll-based slideshow with a content view powered by GreenSock's Observer plugin.

Awesome Lists containing this project

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)