Thiemoo.at_outdated/css/animations.css

10 lines
176 B
CSS
Raw Normal View History

2021-03-15 17:56:02 +00:00
@keyframes avatar-picture-fadein {
from { margin-top: 0%; opacity: 0;}
to { margin-top: 1%; opacity: 1;}
}
@keyframes fadeIn {
from { opacity: 0;}
to { opacity: 1;}
}