Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #751899

    Hi –

    I have tried adding the code you provide on this – https://kriesi.at/support/topic/turn-off-animations/

    But it won’t stop the animations.

    Can you please let me know how I can stop all animations on my homepage, backdropsforbands.com

    Thanks,
    Mendy

    #751901

    Hey emskrd,

    Please provide your admin info so that I can log in and take a closer look.

    Best regards,
    Jordan Shannon

    #751903

    Here you go

    #752009

    Hi,

    Thanks,

    I logged into the system and it looks like the elements on the page have animations by default. There are no “built in” options to turn the animations off, however you can use other elements that don’t have animation to recreate both the header and counter just as you have them now.

    Best regards,
    Jordan Shannon

    #752181

    Can you please tell me exactly how?

    #752182

    Hi!

    Can you please let us know how you added the CSS or add it back so we can review if it is done properly
    Thank you.

    Cheers!
    Basilis

    #752186

    Never addded any CSS for this… not sure what you mean.

    #754159

    Hi,

    Are you referring to the slideshow caption and button? I have added this css code in Quick CSS (located in Enfold > General Styling):

    .avia-slideshow-inner .slideshow_caption * { 
      -webkit-animation: none!important;
      -moz-animation: none!important;
      -o-animation: none!important;
      animation: none!important; 
      opacity: 1!important;
      -webkit-transform: scale(1)!important;
      -moz-transform: scale(1)!important;
      -o-transform: scale(1)1important;
      transform: scale(1)!important; 
    }

    It disabled the caption and button animation. Hope this helps.

    Best regards,
    Nikko

    #754166

    Perfect. That’s what I needed. thx

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove animations’ is closed to new replies.