Skip to content

Implement support for 3D CSS transforms #16

Description

@FlorianRappl

Description
3D transform primitives are currently unsupported.

Scope

  • Add parsing/application support for 3D transform functions (e.g., translate3d, rotateX/Y/Z, scale3d, matrix variants as feasible).
  • Integrate transform composition with existing 2D transform pipeline.
  • Handle transform-origin interactions for 3D cases.

Acceptance criteria

  • Elements with basic 3D transforms produce distinct, non-2D-equivalent output.
  • 3D transform chains are composed consistently.
  • Tests verify transform math and rendering outputs for representative cases.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions