tooltip.animation Boolean|Object

Configures the opening and closing animations of the tooltip. Setting the animation option to false will disable the opening and closing animations. As a result the tooltip will open and close instantly.

animation:true is not a valid configuration.

tooltip.animation.close Object

The animation played when the tooltip is closed.

tooltip.animation.close.effects String

The effect(s) to use when playing the close animation. Multiple effects should be separated with a space.

Complete list of available animations

tooltip.animation.close.duration Number

The duration of the close animation in milliseconds.

tooltip.animation.open Object

The animation played when the tooltip is opened.

tooltip.animation.open.effects String

The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.

Complete list of available animations

tooltip.animation.open.duration Number

The duration of the open animation in milliseconds.

In this article