Got your reply with the example after I sent the message.
From: [email protected] [mailto:[email protected]] On Behalf Of Oskar Krawczyk Sent: Friday, April 16, 2010 9:33 AM To: [email protected] Subject: Re: [Moo] Tips Event: hide - can't use fx Can't you see the jsfiddle example? ___ Oskar Krawczyk http://nouincolor.com On Fri, Apr 16, 2010 at 2:29 PM, Matthew Hazlett <[email protected]> wrote: Mooshell example ? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of stratboy Sent: Friday, April 16, 2010 8:14 AM To: MooTools Users Subject: [Moo] Tips Event: hide - can't use fx Hi! From the docs: myTips.addEvent('hide', function(tip, el){ tip.fade('out'); }); well, since onHide the inline style of the tip box is setted like display:none, the fadeout fx suggested in the docs in fact doesn't work. Better, it in fact works, but it's not visible due to the display property setting. How can I fix it? -- Subscription settings: http://groups.google.com/group/mootools-users/subscribe?hl=en
