Skip to content

Commit 027e16f

Browse files
author
Benjamin Pasero
committed
notifications - fix broken animation
1 parent f5e791a commit 027e16f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/browser/parts/notifications/media/notificationsToasts.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727

2828
.monaco-workbench > .notifications-toasts .notification-toast-container > .notification-toast {
2929
margin: 5px; /* enables separation and drop shadows around toasts */
30-
transform: translateY(100%); /* move the notification 50px to the bottom (to prevent bleed through) */
30+
transform: translate3d(0px, 100%, 0px); /* move the notification 50px to the bottom (to prevent bleed through) */
3131
opacity: 0; /* fade the toast in */
3232
transition: transform 300ms ease-out, opacity 300ms ease-out;
33-
transform: translate3d(0px, 0px, 0px); /* force a separate layer for the toast to speed things up */
3433
}
3534

3635
.monaco-workbench > .notifications-toasts .notification-toast-container > .notification-toast.notification-fade-in {

0 commit comments

Comments
 (0)