File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ transform-style: preserve-3d;
41
41
perspective: 500px;
42
42
```
43
43
44
- ### < Transform2d />
44
+ ### < Transform2d />
45
45
46
46
The styles provided to the `<div /> ` below will be merged with the computed CSS `matrix` transform
47
47
@@ -83,7 +83,7 @@ nothing is supplied no scaling occurs.
83
83
** Optional** . The transform's rotation. A number provided in ** radians** . If nothing is
84
84
supplied no rotation occurs.
85
85
86
- ### < Transform3d />
86
+ ### < Transform3d />
87
87
88
88
The styles provided to the `<div /> ` below will be merged with the CSS `matrix3d` transform
89
89
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transform" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " A React component to help handle complex nested 2d and 3d css transformations " ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments