You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PixelsCommander
changed the title
Better heuristics on style changed event
Better heuristics for rerendering condition
Mar 1, 2015
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.
The text was updated successfully, but these errors were encountered: