jQuery plugin to display an inline carousel-like image slideshow with CSS3 transforms and fallbacks.
The fallback order is as follows: CSS transform > CSS transition > jQuery.animate
See the demo
- smoth CSS3 slide animations, works great on iPhone
- touchwipe support
- integrated pager
- setup any div to display the slides description
optional for each slide:
- link
- title
- description
- autoplay option
- instructions page
- responsive slide resizing
make some default next/prev arrowsexample htmlset transition styles with js (on init, duration and easing as params)css transistions fallback for browser without transform support. Are there any?jquery.animate() fallback for browsers without css transistions