@keyframes toast-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.toast-progress{width:100%;height:100%;transform-origin:left;animation-name:toast-progress;animation-timing-function:linear;animation-fill-mode:forwards}