Side navigation
#9175 closed bug (duplicate)
Opened May 08, 2011 02:11PM UTC
Closed May 08, 2011 04:26PM UTC
Last modified May 08, 2011 04:26PM UTC
Bug version for function animate
Reported by: | serendity81@yahoo.it | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Here is an example:
If I used jquery 1.4 version the code work great.Don't it's same if I used jquery 1.6. version
The snipped code:
$(document).ready(function(){
$('p').animate({
"padding": '20px',
"borderBottom": '3px solid #8f8f8f',
"borderRight": '3px solid #bfbfbf'
}, 2000);
});
This has been fixed in jQuery Edge