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

Better heuristics for rerendering condition #2

Open
PixelsCommander opened this issue Mar 1, 2015 · 0 comments
Open

Better heuristics for rerendering condition #2

PixelsCommander opened this issue Mar 1, 2015 · 0 comments

Comments

@PixelsCommander
Copy link
Owner

Better heuristics on style changed event.

We need to know should we update sprite content or it is enough just to update transformations. Seems we need to listen to dom mutations in following way:

If changed something except style.transform rerender.
If only transformations applied - skip rendering and just apply new transformation to sprite.

@PixelsCommander PixelsCommander changed the title Better heuristics on style changed event Better heuristics for rerendering condition Mar 1, 2015
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

1 participant