Okay
  Public Ticket #2457186
Removing Animation & Scroll Issue
Closed

Comments

  • Yash Jain started the conversation

    Hi,

    Can you also help me remove the scroll load animation.
    As once I scroll pass the items, it again hides & re performs the animation and there is a delay on the whole and not very intuitive. Looks bad on my Ipad in Horizontal mode. Please help.

  •  1,803
    Support replied

    Hi there,

    you provided this link with your ticket:

     https://suntimjain.com/Portfolio-work/

    so we assume it's related with portfolio items animation on scroll.

    plz add this:

    .item-content{
        transform: translateY(0)!important;
        opacity: 1!important;
    }

    in customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Yash Jain replied

    I tired that. Worked. Thanks.

    I ran into a new issue - https://suntimjain.com/hire-us/

    The map loads floating to the right and I have to refresh again to fix it. Please rectify this. I don't like the idea of having to reload.

  •  1,803
    Support replied

    Hi, try adding the following in customizer -> additional CSS

    .wpb_gmaps_widget .wpb_map_wraper iframe {
        margin-bottom: 0;
        padding: 0;
        display: block;
        width: 100%;
        pointer-events: none;

        border: 0px;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy