Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbruno/slideshow
SlideShow JavaScript desenvolvido em VanillaJS
https://github.com/wbruno/slideshow
Last synced: about 2 months ago
JSON representation
SlideShow JavaScript desenvolvido em VanillaJS
- Host: GitHub
- URL: https://github.com/wbruno/slideshow
- Owner: wbruno
- Created: 2013-05-26T02:08:03.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-01-04T13:14:05.000Z (almost 8 years ago)
- Last Synced: 2023-04-01T12:02:48.379Z (almost 2 years ago)
- Language: HTML
- Homepage: http://wbruno.github.io/slideshow/
- Size: 1.04 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlideShow em VanillaJS
SlideShow JavaScript desenvolvido em VanillaJS
## Veja as transições de exemplo:
* [Infinito](http://wbruno.github.io/slideshow/infinito.html)
* [Fade](http://wbruno.github.io/slideshow/fade.html)
* [Carousel Horizontal](http://wbruno.github.io/slideshow/carousel-horizontal.html)
* [Carousel Vertical](http://wbruno.github.io/slideshow/carousel-vertical.html)
* [Rolagem Flash](http://wbruno.github.io/slideshow/rolagem-flash.html)
* [TV](http://wbruno.github.io/slideshow/tv.html)
* [Compatível jQuery](http://wbruno.github.io/slideshow/compativel-jquery.html)## uso
```javascript
var $adcasts = $('.adcast-item'),
$pagers = $('.pager-item');adcast.init({
adcasts: $adcasts,
pagers: $pagers
});
```