Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1440822

    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!

    #1440966

    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

    #1441003

    Ok, that’s better. Now I want it bigger *laugh*

    #1441034

    Hi,

    You could try different layout elements, like 3/5 and 1/5 elements on each site for example.

    Best regards,
    Rikard

    #1441086

    Got it :) thank you!
    Topic can be closed

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon Circle: Huge and lazy on Desktop’ is closed to new replies.