calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Delay In and Delay Out #813

Closed pacocom closed 3 years ago

pacocom commented 3 years ago

Please,

Add delay to animation out too!

Now delay is for animation in and for animation out. Create two options instead one.

For example delayIn and delayOut instead delay;

Thanks!

pacocom commented 3 years ago

I'm sorry!

http://calebjacob.github.io/tooltipster/ delay | integer,integer[] | Upon mouse interaction, this is the delay before the tooltip starts its opening and closing animations when the 'hover' trigger is used (*). If you wish to specify different delays for opening and closing, you may provide an array of two different values. Default: 300

delay can be array--> delay = [DelayIn, DelayOut];

Thanks;