Tagged: 

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

    Dear Support,

    I use the avia icon list and i see this rule:
    avia-icon-list avia-icon-list-left av-iconlist-big avia_animate_when_almost_visible avia_start_animation

    It gives me a bad feeling, if a visitor comes to my page and only 3 of 9 icons are visble. Only when the visitor scrolls down, (1/3 … 1/2 of display high), than all icons appear. In some cases, the icons never appearing. It’s terrible and gives the page a abstract design. I don’t need such stuff.

    How can i disable this? I have animation feature turned off in the icon list.
    Testet on two machines, also with all plugins turned off.

    Best
    S

    #814569

    Hey A.,

    So essentially you want to turn off the icon loading animations? Add the following to quick css:

    .avia_transform .avia-icon-list.av-iconlist-big .avia_start_animation .iconlist_icon {
       -webkit-animation: none!important;
        animation: none!important; 
    }
    
    .avia_transform .avia-icon-list.av-iconlist-big .iconlist_icon {
         opacity: 1!important; 
         -webkit-transform: scale(1)!important; 
        -ms-transform: scale(1)!important;
      
    }

    Best regards,
    Jordan Shannon

    #814585

    Hi Shannon,

    thanks, this works great. Thank you for the fast and clean reply.

    S.

    #814753

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Avia Icon List "animate_when_almost_visible"’ is closed to new replies.