This looks great, but it really annoys me when Javascript/CSS plugins don't explicitly state their browser support. 'Gracefully degrades in older browsers' means different things to different people, and without a quick chart I'm much less likely to invest the time in trying it out.
The jQuery Slider Plugin with Infinite Style
11–20 of 28 posts
Re: The jQuery Slider Plugin with Infinite Style
#12From the site: "Unique transition styles created using CSS3" Couldn't these "Unique transitions" be applied to most existing slideshow plugins, since they are done with CSS3 and not the plugin itself? Say, if I was using http://slidesjs.com/ , I could do `addClass('animate-in')` using the `animationStart()` event. I say this as I'd like more people to contribute to a solid, widely used and tested slideshow plugin, in…
I'm not familiar with slidesjs.com so I can't compare the two but the way in which Sequence is built is very much different to other sliders that I have come across. Sequence basically just controls the attribution of class names (animate-in and animate-out), allowing a sliders transitions to be completely written in CSS.
Re: The jQuery Slider Plugin with Infinite Style
#13Looks great. Any plans for a Wordpress based theme revolving around this or a plugin?
I would like to turn this into a WordPress plugin in the future although as I've only just released the beta, I'd like to spend my spare time improving that first.
Re: The jQuery Slider Plugin with Infinite Style
#14Looks great other than the transitions jittering a bit (on ubuntu chrome)
Re: The jQuery Slider Plugin with Infinite Style
#15It seems to be breaking my back button. Especially the 3rd example (after a few transitions have gone by).
I'll look into this, thanks.
Re: The jQuery Slider Plugin with Infinite Style
#16From the site: "Unique transition styles created using CSS3" Couldn't these "Unique transitions" be applied to most existing slideshow plugins, since they are done with CSS3 and not the plugin itself? Say, if I was using http://slidesjs.com/ , I could do `addClass('animate-in')` using the `animationStart()` event. I say this as I'd like more people to contribute to a solid, widely used and tested slideshow plugin, in…
That is, however, why I love this idea. It looks like this provides a good foundation for creating a slider; a nice interface, well documented options and callbacks, and nothing more.
I feel like I can actually build something of my own with this instead of clobbering an existing slider plugin with my own code until it does what I want. This is a much sharper tool than a widget pre-bundled with style defaults.
Re: The jQuery Slider Plugin with Infinite Style
#17From the site: "Unique transition styles created using CSS3" Couldn't these "Unique transitions" be applied to most existing slideshow plugins, since they are done with CSS3 and not the plugin itself? Say, if I was using http://slidesjs.com/ , I could do `addClass('animate-in')` using the `animationStart()` event. I say this as I'd like more people to contribute to a solid, widely used and tested slideshow plugin, in…
This is a good (and fair) question. Sequence doesn't appear to do a ton of stuff the box, without applying a theme from the site or one of your own design. That is, however, why I love this idea. It looks like this provides a good foundation for creating a slider; a nice interface, well documented options and callbacks, and nothing more. I feel like I can actually build something of my own with this instead of clobbe…
I'm still not sure if I'll switch from SlidesJS to Sequence, just because I am quite familiar with the SlidesJS source. But, definitely good work by ianlunn--I'm going to attempt a similar effect with SlidesJS sometime soon.