Advanced Tooltips Support Product Page
Effect duration and delay?
Reported 03 Mar 2011 01:31:53
1
has this problem
03 Mar 2011 01:31:53 David Stoltz posted:
I want the tooltip to disappear immediately when my mouse is moved away. I have the effect duration and delay both set to zero, effect set to normal, and easing set to linear.No matter what I try, it still has a delay from disappearing.
Is there a solution?
Replies
Replied 03 Mar 2011 13:49:47
03 Mar 2011 13:49:47 George Petrov replied:
Hi Dave,
Well the delay options you see are actually only for the *show* tooltip effect, so if you need to close it directly just add the "Hide Advanced Tooltip" behavior on mouseout.
There you have delay which you can set to 0 milliseconds.
Greetings,
George
Well the delay options you see are actually only for the *show* tooltip effect, so if you need to close it directly just add the "Hide Advanced Tooltip" behavior on mouseout.
There you have delay which you can set to 0 milliseconds.
Greetings,
George
Replied 04 Mar 2011 02:24:14
04 Mar 2011 02:24:14 David Stoltz replied:
George,
I did that, but now when I hover over it, it "flashes" on and off rapidly. Here is my code:
<span onmouseover="applyDMXTooltip(this,'text','overall impression','normal','linear','topleft','out',0,0,'never','white',false,'','',0,0,'auto','auto','auto','auto')" onmouseout="hideDmxTooltip(0)"><a href="#">Q1</a></span>
I'm using the latest version. I tried different values for the SHOW behavior, doesn't seem to help.
I did that, but now when I hover over it, it "flashes" on and off rapidly. Here is my code:
<span onmouseover="applyDMXTooltip(this,'text','overall impression','normal','linear','topleft','out',0,0,'never','white',false,'','',0,0,'auto','auto','auto','auto')" onmouseout="hideDmxTooltip(0)"><a href="#">Q1</a></span>
I'm using the latest version. I tried different values for the SHOW behavior, doesn't seem to help.
Replied 04 Mar 2011 02:38:16
04 Mar 2011 02:38:16 David Stoltz replied:
Ok, I switch the SPAN to an image an this works much better...
Replied 04 Mar 2011 12:42:21
04 Mar 2011 12:42:21 George Petrov replied:
Yes better - otherwise you can also introduce some minor delays so it won't flicker.
George
George