-
Notifications
You must be signed in to change notification settings - Fork 33
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
Reduce requestAnimationFrame polling #52
Labels
Comments
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 22, 2017
linkedin#52: first phase of imporvement, skipped three iteration of the rFA
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 23, 2017
linkedin#52 : Modified wait time since we are skipping few rFA cycles. So test are breaking. Still need to fix the large time dependency.
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 23, 2017
linkedin#52: Adding constant
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 24, 2017
linkedin#52: Adding test SKIP_CYCLE constant
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 24, 2017
linkedin#52: Adding test SKIP_CYCLE constant
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 27, 2017
linkedin#52: Changed timeout value
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 27, 2017
linkedin#52: Changed accuracy to be +-16ms*skip_cycle
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 27, 2017
linkedin#52: Changed accuracy to be +-16ms*skip_cycle
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 27, 2017
linkedin#52: Changed name of constant and value to avoid confusion
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 27, 2017
linkedin#52: addedm few extra time to get oberserver take effect.
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jun 28, 2017
asakusuma
pushed a commit
that referenced
this issue
Jun 28, 2017
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 17, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 18, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 18, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 18, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 19, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 19, 2017
linkedin#52 Using native IntersectionObserver if browser support
SparshithNR
added a commit
to SparshithNR/spaniel
that referenced
this issue
Jul 19, 2017
asakusuma
pushed a commit
that referenced
this issue
Jul 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
requestAnimationFrame
pollsIntersectionObserver
when necessaryThe text was updated successfully, but these errors were encountered: