Make content appear and disappear on scroll - Brooklyn theme

hello i would like for the content on my webpage to appear and disappear on scroll on the entire website

how can i do this ?

website url

https://7kingdomsbar.myshopify.com/

password

godgod281

@7kingodmsla

Please add the following CSS code to your assets/timber.scss.liquid bottom of the file.

.fade-in.lazyloaded {
    opacity: 1 !important;
}

Thanks!