Skip to content

Commit 2fbb29b

Browse files
committed
MOBILE-5015 animations: Hint browser on animation change
1 parent 8eb7e9a commit 2fbb29b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/animations/show-hide.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
.show-animation {
3+
will-change: opacity;
34
animation: fadeIn 500ms ease-in-out;
45
}
56

@@ -14,6 +15,7 @@
1415
}
1516

1617
.hide-animation {
18+
will-change: opacity;
1719
animation: fadeOut 500ms ease-in-out;
1820
}
1921

0 commit comments

Comments
 (0)