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 5fd431f commit a96c1c3Copy full SHA for a96c1c3
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