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

[FEAT] scheduleIntoFrame, an explicitly triggered requestAnimationFrame queue. #51

Closed
runspired opened this issue Oct 23, 2015 · 1 comment
Assignees
Milestone

Comments

@runspired
Copy link
Collaborator

There is currently a flicker when prepending new items to a collection. This flicker occurs because wrapper components are inserted into the collection in a different frame from the one in which scrollTop is modified. To fix this, we need tighter control over frame scheduling.

scheduleIntoFrame gives you access to a frameQueue, similar in nature to backburner.schedule (Ember.run.schedule). This queue must be manually flushed, at which point it's work will all be performed in the nextFrame.

@runspired
Copy link
Collaborator Author

Closed in favor of setTimeout patch included in #60

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

No branches or pull requests

1 participant