Skip to content

fix(GlTooltip): Fix tooltip hide/show animation

Enrique Alcántara requested to merge fix-tooltip-animation into master

What does this MR do?

I’m working on rolling out the GitLab UI tooltips in the application, and I noticed that tooltips does not have a hide/show animation anymore. I tried disabling this opacity change locally, and I noticed that animations were back:

Before fix After fix
2020-12-21_11.12.19 2020-12-21_11.13.02

I looked at the BVTooltip’s source code, and I noticed that the visible opacity is applied to a different class. This Merge Request moves the opacity change to the show class.

Does this MR meet the acceptance criteria?

Conformity

Edited by Enrique Alcántara

Merge request reports