New Landing How can we help? Cardinal Remove Animation As You Scroll In Cardinal

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #146968
    manofmany
    Member
    Post count: 91

    Thanks for your help with the site so far:

    Site URL: http://manofmany.com

    As you scroll down the page in Cardinal, the posts and page elements will load on by one with an animation of sorts where they fade in (particularly in the masonry blog it is noticeable).

    Is there any way to disable this animation as the page loads and as you scroll down the page? It seems this might be slowing down the page load?

    Kind regards,
    Scott

    #147112
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .blog-item {
      opacity: 1;
    }

    – Kyle

    #147364
    manofmany
    Member
    Post count: 91

    The Animation still looks like it’s happening with the posts at the bottom of the homepage in the masonry layout.

    I’m trying to remove any animation that occurs on the page to help with the page loading times.

    #147430
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .blog-masonry .masonry-items .blog-item {
      opacity: 1;
    }

    – Kyle

    #148019
    manofmany
    Member
    Post count: 91

    Thanks Kyle,

    That’s fantastic!

    Cheers,
    Scott

    #148096
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Great thanks to Kyle.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.