[jQuery] Re: Menu animations problem

2008-03-28 Thread yabado
Is there a easy way to convert this back to the horizontal version? On Feb 22, 12:54 pm, Stoyan <[EMAIL PROTECTED]> wrote: > Hi Dan, > > > > > > > > you're right. This appears to be a stop() aftereffect. > > > > Although a strange one, or at least - undocumented. > > > > removing the queue() din'

[jQuery] Re: Menu animations problem

2008-02-22 Thread Dan G. Switzer, II
Stoyan, >I'll leave the demo online, everyone here is free to use the code ;) On a non-related note, I'd suggest using the hoverIntent() plug-in with your code. The hoverIntent() improves the typical "hover" effect by only actually triggering the hover if the user "stops" over the element. This

[jQuery] Re: Menu animations problem

2008-02-22 Thread Dan G. Switzer, II
Stoyan, >you're right. This appears to be a stop() aftereffect. >Although a strange one, or at least - undocumented. >removing the queue() din't fix the problem, so had to set >explictly $( this ).stop().css('overflow', 'visible') >Now it works fine, I think. > >Thank you very much. > >I'll leave

[jQuery] Re: Menu animations problem

2008-02-22 Thread Stoyan
Hi Dan, you're right. This appears to be a stop() aftereffect. Although a strange one, or at least - undocumented. removing the queue() din't fix the problem, so had to set explictly $( this ).stop().css('overflow', 'visible') Now it works fine, I think.  Thank you very much.  I'll leave the

[jQuery] Re: Menu animations problem

2008-02-22 Thread Dan G. Switzer, II
Stoyan, >Hi all ! > >I am trying to create a menu like this on the front of mootools.net >(although in vertical way). > >My old code is based on something I've seen around interface together > >with a limitQueue hack - > >http://svest.org/temp/test/old/home.html >(it uses jQuery 1.1.x). > > >Howe

[jQuery] Re: Menu animations problem

2008-02-22 Thread Ariel Flesler
Yes I see, I dunno what happens :( Ariel Flesler On 22 feb, 11:57, Stoyan <[EMAIL PROTECTED]> wrote: > Hello Ariel, > > > > > > > > The calculations are ok. It works on the old example, but only with jquery > 1.1.x and > > > > ugly limit hack, found somewhere in the forums. I am not very much i

[jQuery] Re: Menu animations problem

2008-02-22 Thread Stoyan
Hello Ariel, The calculations are ok. It works on the old example, but only with jquery 1.1.x and ugly limit hack, found somewhere in the forums. I am not very much into the animation stuff to fix it myself, so with  ".queue([]) .stop()  .animate(... " I am acting a  little blindly. My proble

[jQuery] Re: Menu animations problem

2008-02-22 Thread Stoyan
Hello Ariel, The calculations are ok. It works on the old example, but only with jquery 1.1.x and ugly limit hack, found somewhere in the forums. I am not very much into the animation stuff to fix it myself, so with  ".queue([]) .stop()  .animate(... " I am acting a  little blindly. My proble

[jQuery] Re: Menu animations problem

2008-02-22 Thread Ariel Flesler
I checked in IE6, and the bottom label always gets covered like 80%, it doesn't depend on the speed of hovering. Maybe it's just an math error ? like, in your height calculations. With jQuery 1.2.3 you can change those .queue('fx',[]) for .queue([]). It will fail with jQuery 1.2.1 though. Ariel

[jQuery] Re: Menu animations problem

2008-02-22 Thread Stoyan
Hello Ariel, I am pretty sure, you cannot achieve the desired functionality with the accordeon plugin. Just take a look at the demos and at the source code that runs them.  Friday, February 22, 2008, 2:56:40 PM, you wrote: > You could try the accordion plugin. > Ariel Flesler | On 22

[jQuery] Re: Menu animations problem

2008-02-22 Thread Ariel Flesler
You could try the accordion plugin. Ariel Flesler On 22 feb, 07:07, Stoyan <[EMAIL PROTECTED]> wrote: > Hi all ! > > > > > > > > I am trying to create a menu like this on the front of mootools.net (although > in vertical way). > > > > My old code is based on something I've seen around interface