iosscripts / iosslider

iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
http://iosscripts.com/iosslider
432 stars 103 forks source link

Remove jQuery dependency #355

Open LagunaCompany opened 9 years ago

LagunaCompany commented 9 years ago

Hi,

I searched the issues here and couldn't find anything about this, but I was wondering: would it be worth re-factoring iosSlider so it doesn't require jQuery?

I can see a good case for this with some work projects I'm involved in, but I would love to hear what others think, as I know it would entail a major overhaul of the plug-in.

marcwhitbread commented 9 years ago

Definitely not impossible to do. This plugin would be easier to port than most others due to the fact that all of the animations are formulated from within the plugin (without jQuery.animate() or CSS3 transitions).