Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed May 07, 2010 11:40AM UTC by samio comment:1

Replying to [ticket:6513 samio]:

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

This is not a bug... my bad, please remove.

Changed August 14, 2010 07:31PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed