codrops / OnScrollLayoutFormations

Layout formations on scroll using GSAP
https://tympanus.net/codrops/2024/09/18/exploration-of-on-scroll-layout-formations/
MIT License
48 stars 11 forks source link

on-scroll animations doesn't work on android 14 latest chrome #1

Open ahmetsali opened 1 month ago

ahmetsali commented 1 month ago

Hi, cool animations, I love it!

However, when I test the demo on Android 14 with the latest Chrome none of the on-scroll animations work, it works fine on iOS.

Thanks.

13papatya commented 1 month ago

Add this code to the style.css, it should fix the problem:

main{ width:100%; height: 100%; overflow:hidden; }