Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

Vertical slide transition #30

Open marcioAlmada opened 10 years ago

marcioAlmada commented 10 years ago

Would be nice to have a vertical slide animation too:

var slider = new IdealImageSlider.Slider({
    selector: '#slider',
    'effect': 'slide-vertical'
});
gilbitron commented 10 years ago

This is the kind of thing that would be good to create as an extension. Not going to add it to core.