Thiemoo.at_outdated/css/animations.css

10 lines
176 B
CSS

@keyframes avatar-picture-fadein {
from { margin-top: 0%; opacity: 0;}
to { margin-top: 1%; opacity: 1;}
}
@keyframes fadeIn {
from { opacity: 0;}
to { opacity: 1;}
}