https://github.com/wbruno/slideshow
SlideShow JavaScript desenvolvido em VanillaJS
https://github.com/wbruno/slideshow
Last synced: 5 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 (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-01-04T13:14:05.000Z (over 8 years ago)
- Last Synced: 2025-01-07T19:38:03.969Z (6 months ago)
- Language: HTML
- Homepage: http://wbruno.github.io/slideshow/
- Size: 1.04 MB
- Stars: 2
- Watchers: 4
- 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
});
```