„css/skeleton-auto.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-15 19:35:47 +02:00
parent 7d6233c1e1
commit 3026b6c489

View File

@ -278,6 +278,9 @@ hr {
.animate-top{position:relative;animation:animatetop 0.8s}@keyframes animatetop{from{top:-25px;opacity:0} to{top:0;opacity:1}}
/* Entrance animations
*/
.button-entrance {
animation-name: popUp;
animation-duration: 1s;