You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**translateX**|`string[]` or `number[]`| Start and end translation on x-axis in `%`or `px`. If no unit is passed percent is assumed. Percent is based on the elements width. |
86
-
|**translateY**|`string[]` or `number[]`| Start and end translation on y-axis in `%`or `px`. If no unit is passed percent is assumed. Percent is based on the elements height. |
87
-
|**rotate**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
88
-
|**rotateX**|`string[]` or `number[]`| Start and end rotation on x-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
89
-
|**rotateY**|`string[]` or `number[]`| Start and end rotation on y-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
90
-
|**rotateZ**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
91
-
|**scale**|`number[]`| Start and end scale on x-axis and y-axis. |
92
-
|**scaleX**|`number[]`| Start and end scale on x-axis. |
93
-
|**scaleY**|`number[]`| Start and end scale on y-axis. |
94
-
|**scaleZ**|`number[]`| Start and end scale on z-axis. |
95
-
|**opacity**|`number[]`| Start and end opacity value. |
|**translateX**|`string[]` or `number[]`| Start and end translation on x-axis in `%`, `px`, `vw`or `vh`. If no unit is passed percent is assumed. Percent is based on the elements width. |
86
+
|**translateY**|`string[]` or `number[]`| Start and end translation on y-axis in `%`, `px`, `vw`or `vh`. If no unit is passed percent is assumed. Percent is based on the elements height. |
87
+
|**rotate**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
88
+
|**rotateX**|`string[]` or `number[]`| Start and end rotation on x-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
89
+
|**rotateY**|`string[]` or `number[]`| Start and end rotation on y-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
90
+
|**rotateZ**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
91
+
|**scale**|`number[]`| Start and end scale on x-axis and y-axis. |
92
+
|**scaleX**|`number[]`| Start and end scale on x-axis. |
93
+
|**scaleY**|`number[]`| Start and end scale on y-axis. |
94
+
|**scaleZ**|`number[]`| Start and end scale on z-axis. |
95
+
|**opacity**|`number[]`| Start and end opacity value. |
0 commit comments