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

Update app-optimization.liquid #30

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NebularNerd
Copy link

Closes #9

Adds extra listeners to allow for non-scrolling pages. mousemove and touchstart do pretty much what they say. This helps block elements until you are ready for them to appear. One change from my original issue is the combined event.type remove. This cleanly removes the listeners all at once, otherwise you get three removal triggers which could cause scripts to try and load more than once.

Adds extra listeners to allow for non-scrolling pages
@NebularNerd NebularNerd marked this pull request as draft September 18, 2024 09:41
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

Successfully merging this pull request may close these issues.

Not an issue but an enhancement (maybe for some)
1 participant