Transition tweaks for toasts

This commit is contained in:
Pogodaanton 2020-06-25 11:04:47 +02:00
parent 353359dc11
commit b75bf80e20
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ const styles: ComponentStyles<ToastTransitionClassNameContract, DesignSystem> =
from: {
transform: "translate3d(110%, 0, 0)",
visibility: "visible",
opacity: "0",
},
"40%": {
opacity: "1",
},
to: {
transform: "translate3d(0%, 0, 0)",