Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #882936

    Ahoy,

    Is there a way to have the icon not pop up?

    #883714

    Hey mcraig77,

    I’m not sure what you mean by pop up? Maybe you are looking to remove the animation?

    Best regards,
    Rikard

    #884010

    Yes, is there a way to remove this animation?

    #885137

    Hi,

    Thank you for the update. Please use the following css code to disable the animation.

    .avia_transform .avia_start_delayed_animation.av_font_icon {
        -webkit-animation: none;
        animation: none;
    }
    
    .avia_transform .av_font_icon, .av_font_icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.