Advanced CSS Animator Support Product Page

Sensitive mouse-over / mouse-out

Asked 12 Sep 2010 23:37:36
1
has this question
12 Sep 2010 23:37:36 Simon Howell posted:
I have a menu that slides out from the right on mouse-over and hides again on mouse-out. Everything seems to be working fine, but the slide out/in area is very sensitive. I have some links on the div and as my mouse moves around to select each the menu jerks in and out rapidly. How can I reduce this sensitivity?

Here is the link - mouseover the "Online Store" menu in the top right corner to see what I mean:
www.esc-online.com/mars/index2.html

Replies

Replied 13 Sep 2010 11:25:54
13 Sep 2010 11:25:54 Teodor Kuduschiev replied:
Hello Simon,

As i can see in your code now:

onmouseout="dmxAnimate(this, {right:'0px'}, {right:'-236px'}, {stop:true,clearQueue:true})" onmouseover="dmxAnimate(this, {right:'-236px'}, {right:'0px'}, {stop:true,clearQueue:true})" id="store" style="right: -236px;"


You've set the starting position for onmouseover: {right:'-236px'} and onmouseout: {right:'0px'}
Please just leave these starting position blank in order for Animator to find them itself and it should be ok.
Replied 13 Sep 2010 16:26:01
13 Sep 2010 16:26:01 Simon Howell replied:
That worked - thank you!

Reply to this topic