Skip to content

DOMElement: GPU acceleration (translateZ?) #563

Open
@derz

Description

@derz

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...).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions