-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathtransforms2d.yml
More file actions
38 lines (38 loc) · 1.45 KB
/
transforms2d.yml
File metadata and controls
38 lines (38 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: 2D transforms
description: The `transform` CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.
caniuse: transforms2d
spec: https://drafts.csswg.org/css-transforms-1/
group: transforms
status:
compute_from: css.properties.transform
compat_features:
- css.types.transform-function
- css.types.transform-function.matrix
- css.types.transform-function.rotate
- css.types.transform-function.scale
- css.types.transform-function.scaleX
- css.types.transform-function.scaleY
- css.types.transform-function.skew
- css.types.transform-function.skewX
- css.types.transform-function.skewY
- css.types.transform-function.translate
- css.types.transform-function.translateX
- css.types.transform-function.translateY
- css.properties.transform
- css.properties.transform.none
- css.properties.transform-origin
- css.properties.transform-origin.bottom
- css.properties.transform-origin.center
- css.properties.transform-origin.left
- css.properties.transform-origin.right
- css.properties.transform-origin.top
- css.properties.transform-origin.three_value_syntax
- css.types.angle
- css.types.angle-percentage
- css.types.angle.deg
- css.types.angle.grad
- css.types.angle.rad
- css.types.angle.turn
- css.types.position
- css.types.position.four_value_syntax
- css.types.position.keyword_value_syntax