Side navigation
#6513 closed bug (invalid)
Opened May 02, 2010 06:11PM UTC
Closed August 14, 2010 07:31PM UTC
.animate breaks all IE png fix plugins
Reported by: | samio | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | effects | Version: | 1.4.2 |
Keywords: | animate png transparency | Cc: | |
Blocked by: | Blocking: |
Description
When i tried animating a div using .animate() it went well except for a png fix plugin that broke ... I tried numerous other plugins for png transparency fixing on IE 5+ and all brake. in addition, when I comment out the properties portion of .animate() like so:
$('#scroll_container').animate({
//left: '+=806',
});
the plugin works again
Replying to [ticket:6513 samio]:
This is not a bug... my bad, please remove.