UNPKG

sliderjs

Version:

lightweight slideshow engine using CSS, Canvas and WebGL Transitions

9 lines (7 loc) 203 B
/* a rotate and zoom out transition */ .sliderjs.tr-rotatezoomout .slide { .transform(scale(0) rotate(40deg)); } .sliderjs.tr-rotatezoomout .slide.current { .transform(scale(1) rotate(0deg)); }