HTML-GL
HTML-GL copied to clipboard
Better heuristics for rerendering condition
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.