tooltip.animationBoolean|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.closeObject
The animation played when the tooltip is closed.
tooltip.animation.close.effectsString
The effect(s) to use when playing the close animation. Multiple effects should be separated with a space.
tooltip.animation.close.durationNumber
The duration of the close animation in milliseconds.
tooltip.animation.openObject
The animation played when the tooltip is opened.
tooltip.animation.open.effectsString
The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.
tooltip.animation.open.durationNumber
The duration of the open animation in milliseconds.
In this article