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

Uncaught SyntaxError: Failed to construct 'Intersection': rootMargin must be specified in pixels or percent. #126

Closed
ghost opened this issue May 3, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented May 3, 2016

Not sure if this is a coding problem with Google Canary 52, but this error comes up in both your examples because of this:

{ rootMargin: "200% 0" }

If you add a percentage with the 0 so it becomes:

{ rootMargin: "200% 0%" }

The error goes away!

Noticed this error in Delay Loading Example.

This issue was closed.
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

0 participants