• 0

I need a specific jQuery slider


Question

3 answers to this question

Recommended Posts

  • 0

I do remember this slider plugin but can't seem to find it either, it's not wowslider neither nivo slider :/

 

Of course this could be done with nivo slider or any other slider with svg icon animated dots or css animated dots(more complex with before and after elements or more children).

Link to comment
Share on other sites

  • 0

Also check into Twitter Bootstraps slider. It is very useful as well. TB uses jQuery, and you can include only what you want.

Link to comment
Share on other sites

  • 0

Since I was bored I made a css3 dot:

http://jsfiddle.net/n5k37/11/

 

Click on it to animate, it's animated clockwise and filling the dot, lemme create one too that makes the dot empty.

 

Change true/false to change the animation:

http://jsfiddle.net/n5k37/19/

 

This dot is resizable, just a matter of changing the size of .dot, and styleable, you can use background fills and rgba fills.

The dot has nice fallback support, the fill of it will just be invisible on older browsers and the dot will be a square instead. Though you can change the dot background to a rounded png file to fix that for older browsers.

 

 

Just made this because I was bored and needed something like this myself :p

 

And I added pause/resume stuff too: http://jsfiddle.net/n5k37/25/

 

Edit for clockwise/counterclockwise: http://jsfiddle.net/n5k37/28/

 

Edit: Cleaned up code: http://jsfiddle.net/n5k37/41/

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.