We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d83cb commit 67ac6edCopy full SHA for 67ac6ed
src/material-experimental/mdc-tooltip/tooltip.html
@@ -4,5 +4,5 @@
4
[@state]="_visibility"
5
(@state.start)="_animationStart()"
6
(@state.done)="_animationDone($event)">
7
- <div class="mdc-tooltip__surface">{{message}}</div>
+ <div class="mdc-tooltip__surface mdc-tooltip__surface-animation">{{message}}</div>
8
</div>
0 commit comments