Remove Jquery animation on page load

Support Area Forums Umami Remove Jquery animation on page load

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #26773
    roman roz
    Participant

    Anyway to remove the Jquery animation when pages load? The animations that slide in the sidebar and slide in the main content?

    Or at least make it so that it only happens on the homepage?

    I think it gets annoying sliding in every single time when navigating around lol.

    #26790
    Bill Robbins
    Moderator

    You can turn it off, it’s a CSS animation:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .animated {
        -webkit-animation-duration: 0;
        animation-duration: 0;
      }
      
    3. Update your settings.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Jquery animation on page load’ is closed to new replies.