[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice work. This type of work needs to go in a demo section on the jQuery site! -- Brandon Aaron On 8/14/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi all, I have ported this fancy menu over from mootools to jquery. You can take a look at it

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Weaver, Scott
Of Stephan Beal Sent: Tuesday, August 14, 2007 11:44 AM To: jQuery (English) Subject: [jQuery] Re: fancy menu - tell me what you guys think On Aug 14, 5:31 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I have ported this fancy menu over from mootools to jquery. You can take a look

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Mike Alsup
Nice work, Ganeshji! Very cool. Mike I have ported this fancy menu over from mootools to jquery. You can take a look at it http://www.gmarwaha.com/jquery/jfancymenu/test/test.html

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
I LOVE this menu. My only comment is that there's a delay on mouseover in your version versus the mootols version. It's slight, but it makes the menu feel unresponsive or laggy. If you can fix that then it would be perfect. Freaking great job man! andy _ From:

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Rick Faircloth
@googlegroups.com Subject: [jQuery] Re: fancy menu - tell me what you guys think Nice work. This type of work needs to go in a demo section on the jQuery site! -- Brandon Aaron On 8/14/07, Ganeshji Marwaha [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, I have ported this fancy

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 8:31 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I have ported this fancy menu over from mootools to jquery. You can take a look at ithttp://www.gmarwaha.com/jquery/jfancymenu/test/test.html snip I think, the hoverintent is slowing down the speed. Sometimes it lags the

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
wow, u guys overwhelm me ;-). I sent this message before starting for work, and when i reach my desk i have such a pleasant surprise... Thanks guys... Now, lemme answer some of your concerns... @Stephan - I am sure u know what !important is. If your question is, why i have commented that out,

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Stephan u got it man... u r the man who named my plugin... Lava Lamp it is :-) -GTG On 8/14/07, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 14, 5:31 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I have ported this fancy menu over from mootools to jquery. You can take a look at

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
Its a great effect and will make a great plugin. I love it. Are you hard-coding the easing or allowing options? I saw a little bit of strangeness in the first load, when only the right-side of the button showed up. One suggestion. Use a button sprite to have the caps and the body as part of the

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
You may be able to tweak hoverIntent's default settings to make it react more quickly. Maybe something more like: .hoverIntent({ sensitivity: 2, interval: 50, over: function(){ move(this); }, out: noop }); Brian. On 8/14/07, Glen Lipka [EMAIL PROTECTED] wrote: Its a great effect

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Matt Penner
-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Andy Matthews *Sent:* Tuesday, August 14, 2007 9:19 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: fancy menu - tell me what you guys think I LOVE this menu. My only comment is that there's a delay on mouseover in your

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Glen... I am not hardcoding the easing effects. That is an option for the user. About the button being 2 different images. Yes, i understand, that it isn't very professional that way. They are the images of the original author though and i don't have too much expertise creating images...

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Sure, i will try that... I sincerely hope that solves the unresponsiveness problem... -GTG On 8/14/07, Brian Cherne [EMAIL PROTECTED] wrote: You may be able to tweak hoverIntent's default settings to make it react more quickly. Maybe something more like: .hoverIntent({ sensitivity: 2,

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Tane Piper
Oh man - I saw this effect a couple of months ago and loved it, but as you said the author had made a bit of a hash of it with all those gifs and importants, and my jQuery wasn't that hot so I never reversed engineered it. Thank you so much for bringing this plugin to jQuery! I might even go

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
Ok, I made the sprite for you with css. http://www.commadot.com/jquery/lavalamp/ This will make it load the bubble all at once. I also added in the change from Brian to make it trigger quicker. Glen On 8/14/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Sure, i will try that... I sincerely

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice ... gotta love collaboration! One thing I'd like to see if the extra li element added at runtime so it is not there if javascript isn't enabled. -- Brandon Aaron On 8/14/07, Glen Lipka [EMAIL PROTECTED] wrote: Ok, I made the sprite for you with css.

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Glen i will incorporate the sprites tonight... In the meantime, i tried using interface fx library for stopping animations which should effectively make it perform exactly as the mootools version. have a look at it and lemme know if the delay problem is gone...

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
The responsiveness is a little better but still not great. For some reason the visual treatment of this menu begs for responsiveness. I'm certainly looking forward to jQuery 1.2 when hoverIntent can go back on the shelf as more of a special utility and less of a hack. If someone can come up

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
: [jQuery] Re: fancy menu - tell me what you guys think The responsiveness is a little better but still not great. For some reason the visual treatment of this menu begs for responsiveness. I'm certainly looking forward to jQuery 1.2 when hoverIntent can go back on the shelf as more of a special

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Dan G. Switzer, II
In the meantime, i tried using interface fx library for stopping animations which should effectively make it perform exactly as the mootools version. have a look at it and lemme know if the delay problem is gone... http://www.gmarwaha.com/jquery/jfancymenu/test/test.html If we ever needed an

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
. -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Brian Cherne *Sent:* Tuesday, August 14, 2007 2:28 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: fancy menu - tell me what you guys think The responsiveness is a little better but still not great

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
[mailto:[EMAIL PROTECTED] *On Behalf Of *Brian Cherne *Sent:* Tuesday, August 14, 2007 2:28 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: fancy menu - tell me what you guys think The responsiveness is a little better but still not great. For some reason the visual

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
. -- *From:* jquery-en@googlegroups.com [mailto: [EMAIL PROTECTED] *On Behalf Of *Brian Cherne *Sent:* Tuesday, August 14, 2007 2:28 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: fancy menu - tell me what you guys think The responsiveness is a little better but still

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Dan... You are right... I will make sure, i include ifx.js alone and list only ifx.js as a dependency... -GTG On 8/14/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: In the meantime, i tried using interface fx library for stopping animations which should effectively make it perform

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Joel Birch
I love it Ganeshji. I have no feedback because it just seems so slick. I didn't notice a delay, but I am late to this thread and you may have implemented Brian's suggestion about tweaking the hoverIntent settings. It behaves great! Looking forward to the plugin release. Joel Birch