Cupcake/app/components/ui/notice/Notice.module.css

12 lines
126 B
CSS

.progress {
animation: progress 1s linear;
}
@keyframes progress {
from {
width: 100%;
}
to {
width: 0;
}
}