https://allthingssmitty.com/2020/05/11/css-fix-for-100vh-in-mobile-webkit/

CSS fix for 100vh in mobile WebKit

Not long ago there was some buzz around how WebKit handles 100vh in CSS, essentially ignoring the bottom edge of the browser viewport. Some have suggested avoid using 100vh, others have come up with different alternatives to work around the problem. In fact, this issue goes further back a few years when Nicolas Hoizey filed a bug with WebKit on the subject … Read more

https://codyhouse.co/tutorials/immersive-section-transition-effect

Immersive Transition Effect

Dependencies CodyFrame (CodyHouse front-end framework) Tutorial We can start creating two block elements, one used for a media item (e.g., video/image) and the other for generic content. During the scrolling, the media element should get fixed once it reaches the center of the viewport. From that point on, it should scale up to animate in a … Read more