Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahmetsali opened this issue Sep 19, 2024 · 1 comment
Open

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

ahmetsali opened this issue Sep 19, 2024 · 1 comment

Comments

@ahmetsali
Copy link

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
Copy link

13papatya commented Sep 21, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants