animation-2 #22
@ -131,7 +131,7 @@ ANIMATION
|
|||||||
}
|
}
|
||||||
/* ---------- */
|
/* ---------- */
|
||||||
.a-040-030 circle {
|
.a-040-030 circle {
|
||||||
animation: show-hide-10 10s ease infinite;
|
animation: show-hide-18 18s ease infinite;
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
}
|
}
|
||||||
/* ---------- */
|
/* ---------- */
|
||||||
@ -269,6 +269,29 @@ ANIMATION
|
|||||||
transform: scale(0.8);
|
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 ------------------ */
|
/* --- 20 ------------------ */
|
||||||
@keyframes show-hide-20 {
|
@keyframes show-hide-20 {
|
||||||
0% {
|
0% {
|
||||||
|
Loading…
Reference in New Issue
Block a user