Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #896746

    Hello. Please see the quick video. When scrolling up, the non-transparent logo flashes over the colored background.

    Thanks.

    #897258

    Hey accurIT,

    What is the web site URL?

    Best regards,
    Basilis

    #897259

    #898297

    Hi,

    Thank you for the info.

    That is the default transition of the transparency logo. If you want to make it faster, just add this code in the Quick CSS field.

    .logo img {
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s;
    }

    Default transition duration value is 0.4s.

    Best regards,
    Ismael

    #898494

    The issue seems to be with the logo not being transparent, as adjusting the transition had no impact. Good to go, thank you.

    #898556

    Hi,

    I’m glad you got an acceptable solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo Flashes When Scrolling Up’ is closed to new replies.