In the Pro version of Tooltips you have the option to set the effect used to show and hide the tooltips: None, Fade (default) or Zoom.
There is a global option in the Tooltips system plugin settings that will affect all tooltips.
But you can also overrule this in the {tip}
tag by adding add an effect
parameter with the value none
, fade
or zoom
.
No effect
Just some tooltips to play around with
{tip title="Tooltip Title" content="Tooltip text..." effect="none"}...{/tip}
Fade effect
Just some tooltips to play around with
{tip title="Tooltip Title" content="Tooltip text..." effect="fade"}...{/tip}
Zoom effect
Just some tooltips to play around with
{tip title="Tooltip Title" content="Tooltip text..." effect="zoom"}...{/tip}