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

    Hello,

    the icons and some texts display after when scroll down or open a page like animation. How can remove that animation effect.

    First, see the homepage on the footer (1). When you open the homepage and scroll down on the left side of footer the social networks icons appears. I want to make that static, without that animation.

    Second, when you open a page like that (2), appear the text on blue background after nav menu after 1 or 2 seconds. Why? How can stop that effects?

    Thank you.

    #808019

    Hey sitywe,

    Try adding the following to quick css:

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

    Best regards,
    Jordan Shannon

    #809125

    Hello Jordan,

    for the 1st case, work like a charm. But i need to make the same for the 2nd case the text inside pages (1).

    Thank you.

    #809146

    Hi,

    If possible, please provide admin info so I can log in and look into the second issue further.

    Best regards,
    Jordan Shannon

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