Add missing animation

This commit is contained in:
mathias 2019-07-21 20:58:16 +03:00
parent c130fe6bc4
commit bff17a57ee

View file

@ -44,6 +44,22 @@ $lightcolor: #555;
}
}
@keyframes right-in-delayed {
0% {
opacity: 0;
}
30% {
opacity: 0;
transform: translateX(1.250em);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes top-in {
from {
opacity: 0;