Tagged Questions
11
votes
3answers
9k views
jQuery animate css border-radius property (webkit, mozilla)
Is there a way in jQuery to animate the css3 border-radius property available in webkit and mozilla browsers?
I haven't found a plugin that will do it.
-webkit-border-radius
-moz-border-radius
...
0
votes
2answers
29 views
On mouseover, use jquery round plugin to a table row
I have a table row which on hover has background color. Right now, the row background is a squared one. I want to make the corners rounded using jquery corner plugin. http://jquery.malsup.com/corner/
...
0
votes
2answers
594 views
How to animate specific corners of the border radius when hovered in and out? (Firefox)
I know how to do this for webkit browsers but i'm kinda stuck in firefox. The code below just animate the top-left corner while the rest just snap into places.
Here's my code:
...