fix toast flicker: use quadratic-out instead of back-out easing
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toast-show {
|
.toast-show {
|
||||||
animation: 0.3s back-out toast-in;
|
animation: 0.3s quadratic-out toast-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast-hide {
|
.toast-hide {
|
||||||
|
|||||||
Reference in New Issue
Block a user