Shopify themes, liquid, logos, and UX
ok i have a code thats ok, but now exactly what I want. Im trying to replicate an effect on muimui.com
their big logo section seems to be a fixed svg? and header header scrolls up automatically on scroll down or up when the top of web[age is in view. guessing a 10px automatic scroll on mouse or finger.
Can someone have a look at my code and see if you can replicate the mui mui logo/header section so it'll work on mine. Thanks
URL is www.rawqayos.com
<script> var headerHeading = document.querySelector('.header__heading-link'); headerHeading.style.opacity = '1'; headerHeading.style.display = 'none'; window.addEventListener('scroll', function() { if (window.scrollY > 10) { var sectionElement = document.querySelector('#shopify-section-sections--16023878140022__custom_liquid_TWfEKa'); sectionElement.style.opacity = '0'; headerHeading.style.opacity = '1'; headerHeading.style.display = 'block'; } else { var sectionElement = document.querySelector('#shopify-section-sections--16023878140022__custom_liquid_TWfEKa'); sectionElement.style.opacity = '1'; headerHeading.style.opacity = '0'; headerHeading.style.display = 'none'; } }); </script> <style> .header__heading-link, #shopify-section-sections--16023878140022__custom_liquid_TWfEKa { transition: opacity 0.6s ease; } .header__heading-link, #shopify-section-sections--16023878140022__custom_liquid_TWfEKa { transition: 0.6s ease; } </style>
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024