Support Center

Create your custom effects

Creating Custom Effects with Live Tooltip module is quick and easy.

From the Effects tab, select Custom Effect

Effects

We can show a seperate effect when the tooltip appears (Show Effect) and when it hides (Hide Effect)

Refer to jQuery Effects Reference for all the possibilities.

Example: Let's create a Slide Up/Down effect that takes longer to animate than the default Slide Up/Down

Show Effect: function(offset) { jQuery(this).slideDown(1000); }

Hide Effect: function(offset) { jQuery(this).slideDown(1000); }

Tooltip will take entire second (1000ms) to slide up and down.

 

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Mon, 19 Mar 2018 by Khushi Singh