animation-2 #22

Merged
hendr-ik merged 8 commits from animation-2 into main 2024-01-20 21:39:07 +01:00
Showing only changes of commit f85ac66e3c - Show all commits

View File

@ -131,7 +131,7 @@ ANIMATION
}
/* ---------- */
.a-040-030 circle {
animation: show-hide-10 10s ease infinite;
animation: show-hide-18 18s ease infinite;
transform-origin: center;
}
/* ---------- */
@ -269,6 +269,29 @@ ANIMATION
transform: scale(0.8);
}
}
/* --- 18 ------------------ */
@keyframes show-hide-18 {
0% {
opacity: 1;
transform: scale(1);
}
34% {
opacity: 1;
transform: scale(1);
}
36% {
opacity: 0;
transform: scale(0.8);
}
56% {
opacity: 0;
transform: scale(0.8);
}
58% {
opacity: 1;
transform: scale(1);
}
}
/* --- 20 ------------------ */
@keyframes show-hide-20 {
0% {