-
The descriptions of how CSS transforms affect scrollable overflow currently contain both (a) contradictions between specs (b) disagreements between specs and implementations and (c) lack of interopera…
-
Decomposition of a 3D matrix:
https://drafts.csswg.org/css-transforms-2/#decomposing-a-3d-matrix
The pseudocode for quaternion calculations contains the following:
// Now, get the rotations out…
-
The `transform` property has [several functions](https://drafts.csswg.org/css-transforms-2/#three-d-transform-functions) that allow elements to be transformed in two-dimensional or three-dimensional s…
-
### Link to the code that reproduces this issue
https://github.com/MaciejWiatr/svgr-nextjs-css-url-repro
### To Reproduce
1. Create new nextjs app with turbopack enabled for dev server (`nex…
-
The current [transform-style](https://drafts.csswg.org/css-transforms-2/#transform-style-property) property defines the values `auto`, `flat` and `preserve-3d`.
Currently, these 3D transform styles…
-
The spec for the computed value of the [rotate](https://www.w3.org/TR/css-transforms-2/#propdef-rotate) property reads as follows:
> the keyword none, or an \ with an optional axis consisting of a …
-
### Current behavior
The following code decreases actual dimensions of the element if the parent element uses `transform` property:
```
$('.el').height($('.el').height() + 5);
```
### Expec…
-
Hi,
The main issue with this lib atm is that it breaks if you specify css transforms on your element.
## TL;DR
See [this fiddle](https://jsfiddle.net/ju1ius/sm0bgg9h/) for an example of the failure.
…
-
The order of things in example 5 of https://github.com/w3c/csswg-drafts/blob/master/css-transforms-1/Overview.bs#L284 is wrong and contradicts both section 10 and example 2 (which are right), as expla…
-
A resolution was made for [csswg-drafts/#413](https://github.com/w3c/csswg-drafts/issues/413).
**\[css\-transforms\] Zero value in perspective\(\) function**
* RESOLVED: 0 is allowed with 1px being …