enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Show effect only executed the first time the tooltip is displayed #151

Open electrotype opened 5 years ago

electrotype commented 5 years ago

In my application, the show effect is only executed the very first time my tooltip is displayed! When I mouseover again on the trigger element, the tooltip is displayed immediately, without any fade in effect...

(but the hide effect is always executed!)

Am I missing an obvious configuration?