Skip to content

Commit cb94ae4

Browse files
45kbwouldgo
authored andcommitted
animations on tooltip ready only
1 parent e8a886c commit cb94ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/angular-tooltips.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,29 @@ $tooltip-medium-transition: .35s;
6161

6262
._large {
6363

64-
font-size: 1.1em;
64+
font-size: 1em;
6565
}
6666

6767
._small {
6868

6969
font-size: .85em;
7070
}
7171

72-
&._slow {
72+
&._slow._ready {
7373

7474
tip {
7575
@include opacity-transition($tooltip-slow-transition);
7676
}
7777
}
7878

79-
&._fast {
79+
&._fast._ready {
8080

8181
tip {
8282
@include opacity-transition($tooltip-fast-transition);
8383
}
8484
}
8585

86-
&._steady {
86+
&._steady._ready {
8787

8888
tip {
8989
@include opacity-transition($tooltip-medium-transition);

0 commit comments

Comments
 (0)