heygrady / transform

jQuery 2d transformation plugin
437 stars 87 forks source link

IE8 - reflectY and/or Matrix #33

Open GregBlack opened 12 years ago

GregBlack commented 12 years ago

I have some absolutely positioned elements inside of a relative container which are being animated. One of the animations is reflectY - it's also the only animation I'm using that is from this plugin.

It works in the newest browsers, but it fails in IE8. When it gets to the reflect animation, the element is positioned incorrectly to the top left of the screen. This plugin claims support in IE5.5+, but using a property of the plugin causes major bugs?

Any assistance would be great.