refactor: don't resize toast on exit
This commit is contained in:
parent
34d06c2c0b
commit
003cd1caea
1 changed files with 3 additions and 13 deletions
|
|
@ -110,21 +110,11 @@
|
|||
}
|
||||
|
||||
@keyframes backOutRight {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
20% {
|
||||
-webkit-transform: translateX(0px) scale(0.8);
|
||||
transform: translateX(0px) scale(0.8);
|
||||
opacity: 0.7;
|
||||
}
|
||||
0% { opacity: 1; }
|
||||
|
||||
100% {
|
||||
-webkit-transform: translateX(2000px) scale(0.8);
|
||||
transform: translateX(2000px) scale(0.8);
|
||||
-webkit-transform: translateX(2000px);
|
||||
transform: translateX(2000px);
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue