I'd venture to say if it happens with jQuery as well as Moo then it's likely a browser rendering issue :-(
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Florence Sent: Friday, March 26, 2010 1:58 PM To: [email protected] Subject: Re: [Moo] Re: IE8 Opacity Animation Bug, child node position relative Children with position static of the fading element fade just fine. Children with the position relative or absolute don't fade, they hang out until the end of the animation, then disappear. When fading in, they show up immediately. So basically you get: `el.set('opacity',1)` instead of `el.fade('in')` and visa versa On Mar 26, 2010, at 11:51 AM, keif wrote: > I'm downloading the IE8 virtual image - can you explain it in detail a > bit, while I wait for it to complete? > > I'm assuming you're getting the black blocky text, correct? > > On Mar 26, 12:44 am, Ryan Florence <[email protected]> wrote: >> http://jsfiddle.net/rpflorence/ZDnCu/ >> >> Click toggleOut, toggleIn in IE8 and you'll see wassup. >> >> Anybody ever run into this before? Have a solution? Totally busting my chops right now. Until now IE8 had been treating me quite well ... >> >> http://jsfiddle.net/rpflorence/ZDnCu/1/<-- Same bug in jQuery >> >> --- >> Ryan Florencehttp://ryanflorence.com > > To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject. To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject. To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
