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
|**speed**|`number`|| A value representing the elements scroll speed. If less than zero scroll will appear slower. If greater than zero scroll will appear faster. |
54
-
|**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. |
55
-
|**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. |
56
-
|**rotate**|`string[]` or `number[]`|| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
57
-
|**rotateX**|`string[]` or `number[]`|| Start and end rotation on x-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
58
-
|**rotateY**|`string[]` or `number[]`|| Start and end rotation on y-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
59
-
|**rotateZ**|`string[]` or `number[]`|| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
60
-
|**scale**|`number[]`|| Start and end scale on x-axis and y-axis. |
61
-
|**scaleX**|`number[]`|| Start and end scale on x-axis. |
62
-
|**scaleY**|`number[]`|| Start and end scale on y-axis. |
63
-
|**scaleZ**|`number[]`|| Start and end scale on z-axis. |
64
-
|**opacity**|`number[]`|| Start and end opacity value. |
65
-
|**easing**|`string` or `number[]`|| String representing an [easing preset](#easing-preset) or array of params to supply to a [cubic bezier easing function](#cubic-bezier-easing-function). |
66
-
|**className**|`string`|| Optionally pass additional class names to be added to the outermost parallax element. |
67
-
|**disabled**|`boolean`|`false`| Disables parallax effects on individual elements when `true`. |
68
-
|**styleInner**|`object`|| Optionally pass a style object to be added to the innermost parallax element. |
69
-
|**styleOuter**|`object`|| Optionally pass a style object to be added to the outermost parallax element. |
70
-
|**tagInner**|`string`|`div`| Optionally pass an element tag name to be applied to the innermost parallax element. |
71
-
|**tagOuter**|`string`|`div`| Optionally pass an element tag name to be applied to the outermost parallax element. |
|**speed**|`number`|| A value representing the elements scroll speed. If less than zero scroll will appear slower. If greater than zero scroll will appear faster. |
56
+
|**easing**|`string` or `number[]`|| String representing an [easing preset](#easing-presets) or array of params to supply to a [cubic bezier easing function](#cubic-bezier-easing-function). |
57
+
|**className**|`string`|| Optionally pass additional class names to be added to the outermost parallax element. |
58
+
|**disabled**|`boolean`|`false`| Disables parallax effects on individual elements when `true`. |
59
+
|**styleInner**|`object`|| Optionally pass a style object to be added to the innermost parallax element. |
60
+
|**styleOuter**|`object`|| Optionally pass a style object to be added to the outermost parallax element. |
61
+
|**tagInner**|`string`|`div`| Optionally pass an element tag name to be applied to the innermost parallax element. |
62
+
|**tagOuter**|`string`|`div`| Optionally pass an element tag name to be applied to the outermost parallax element. |
|**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. |
69
+
|**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. |
70
+
|**rotate**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
71
+
|**rotateX**|`string[]` or `number[]`| Start and end rotation on x-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
72
+
|**rotateY**|`string[]` or `number[]`| Start and end rotation on y-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
73
+
|**rotateZ**|`string[]` or `number[]`| Start and end rotation on z-axis in `deg`, `rad`, or `turn`. If no unit is passed `deg` is assumed. |
74
+
|**scale**|`number[]`| Start and end scale on x-axis and y-axis. |
75
+
|**scaleX**|`number[]`| Start and end scale on x-axis. |
76
+
|**scaleY**|`number[]`| Start and end scale on y-axis. |
77
+
|**scaleZ**|`number[]`| Start and end scale on z-axis. |
78
+
|**opacity**|`number[]`| Start and end opacity value. |
0 commit comments