Open
Description
As mentioned here:
http://community.createjs.com/discussions/easeljs/22512-domelement-translatez-gpu-acceleration
the DOMElements are positioned with a 2d transformation matrix, thus they are not GPU accelerated. I think they should be translated via a 3d-transform and thus be GPU accelerated. Could for example easily be done with just adding translateZ to the existing 2d matrix. Maybe there should be a flag to turn this behaviour on/off, depending on how often the elements are getting repositioned (sometimes it's maybe not needed and/or the z-index will get screwed off...).