[csswg-drafts] [CSSOM] Getting Transforms

hfhchan has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [CSSOM] Getting Transforms ==
Currently there is no easy way to get something like this:

    [
      Scale{ [1.1] },
      Translate{ [1.0, 2.0] }
    ]

from an object with an inherited `transform`.

Animation scripts have to write complicated code to reverse the 
`matrix()` given by `window.computedStyle()`, which is not always 
possible.

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/380 using your GitHub 
account

Received on Thursday, 4 August 2016 04:48:19 UTC