Hi,
on desktop the icon circle is huge and lazy. It takes a lot of time til it appears.
How can I get it smaller and quicker?
On mobile it is totally fine.
Link on private content.
Best regards!
Hey northorie,
Please try placing the element in a layout element, like a 1/2 for example. You can try this CSS to speed up the animation:
.avia_start_animation .avia-icon-circles-inner {
transition: all 0.2s cubic-bezier(0.175,0.885,0.320,1.275);
}
Best regards,
Rikard
Ok, that’s better. Now I want it bigger *laugh*
Hi,
You could try different layout elements, like 3/5 and 1/5 elements on each site for example.
Best regards,
Rikard
Got it :) thank you!
Topic can be closed