Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 276 Bytes

SlideMe

Simple CSS3 transitions slider.

Example

var slideMe = new SlideMe("#slider");

slideMe.to.next().end();
slideMe.to.previous().end();
slideMe.to.first().end()
slideMe.within(2, "s").to.page(3).end();
slideMe.within(3, "milliseconds").to.last().end();