you can sort of tween display if you use Fx.Reveal ( http://www.clientcide.com/docs/Fx/Fx.Reveal. It doesn't work the same way as some other effects.
On Wed, Feb 11, 2009 at 12:14 PM, Guillermo Rauch (via Nabble) < [email protected]<ml-user%[email protected]> > wrote: > A few notes: > - I wouldn't combine mouseover with mouseleave. Use mouseenter + mouseleave > - I would re-set the morph options beforehand > $('handone').set('morph', {link: 'chain'}); > - You can't tween the property display > > -- > Guillermo Rauch > http://devthought.com > > > ------------------------------ > View message @ http://n2.nabble.com/morph-delay-tp2310759p2311054.html > To start a new topic under MooTools Users, email > [email protected]<ml-node%[email protected]> > To unsubscribe from MooTools Users, click here< (link removed) >. > > > ----- The MooTools Tutorial: http://www.mootorial.com www.mootorial.com Clientcide: http://www.clientcide.com www.clientcide.com -- View this message in context: http://n2.nabble.com/morph-delay-tp2310759p2311288.html Sent from the MooTools Users mailing list archive at Nabble.com.
