nicole1994 Posted February 18, 2023 Share Posted February 18, 2023 (edited) I have the below code added to my site and while it is working to remove the logo on scroll the transition is harsh. Is there a way to make it smoother? Perhaps to shrink or fade out? I would also like the logo to disappear once you hit the second black section. Is this possible? Thank you! /* Change logo on scroll */ .shrink .header-title-logo img { visibility: hidden; transition: fade 0.3s; } Edited February 18, 2023 by nicole1994 Link to comment
tuanphan Posted February 21, 2023 Share Posted February 21, 2023 Add this code under header#header img { transition: all 0.3s; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment