RadioPeirasmos / spriteme

Automatically exported from code.google.com/p/spriteme
0 stars 0 forks source link

don't redraw the SpriteMe panel #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When "make sprite" is selected, the entire SpriteMe panel is deleted and
redrawn. This is a disruptive user experience. 

Instead, the newly created sprite's box should stay in place, but all the
separate images are removed and replaced by a single image (the new
sprite), with the associated DOM element list.

Original issue reported on code.google.com by stevesou...@gmail.com on 1 Sep 2009 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by stevesou...@gmail.com on 1 Sep 2009 at 11:02

GoogleCodeExporter commented 9 years ago
Fixed! Wow, looks much better. Required a major reorg of spriteme.js.

Original comment by stevesou...@gmail.com on 8 Sep 2009 at 5:55