fh1ch/node-bacstack-browser

View on GitHub
src/app/pages/settings/settings.component.css

Summary

Maintainability
Test Coverage
@keyframes intro {
from {
opacity: 0;
top: -200px;
}
to {
opacity: 0.9;
top: 12px;
}
}
 
.toast-pf {
animation: intro .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}