This release brings with it lots of new features, better performance, and less code, what more could you ask for?
- [New] SlideShow.CSS, transitions and method to use CSS3 transitions
- [Changed]
showNext->show('next') - [Changed]
showPrevious->show('previous') - [Changed]
SlideShow.add->SlideShow.defineTransition - [Changed]
SlideShow.add->SlideShow.defineTransition - [New]
SlideShow.defineTransitions- define multiple transitions at once - [New]
setupmethod initializes everything, reinitialize on-demand - [New] constructor takes a
noSetupoption to prevent initializing everything - [New]
dataAttributeoption for which element attribute to parse - [New]
selectoroption, select whichever elements you want instead of just immediate children - [Changed]
dataobject is passed todefineTransitioninstead of several args - [New] Slide Elements now have
slideshow-indexstored with them - [New]
indexproperty containing index of the current slide