Hello. Please see the quick video. When scrolling up, the non-transparent logo flashes over the colored background.
Thanks.
Hey accurIT,
What is the web site URL?
Best regards,
Basilis
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
The issue seems to be with the logo not being transparent, as adjusting the transition had no impact. Good to go, thank you.
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