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
|**x**|`Array` of `String` or `Number`|`[0, 0]`|Offsets on x-axis in `%` or `px`. If no unit is passed percent is assumed. Percent is based on the elements width. |
92
-
|**y**|`Array` of `String` or `Number`|`[0, 0]`|Offsets on y-axis in `%` or `px`. If no unit is passed percent is assumed. Percent is based on the elements width. |
91
+
|**x**|`Array` of `String` or `Number`|`[0, 0]`|Initial and final offsets on x-axis in `%` or `px`. If no unit is passed percent is assumed. Percent is based on the elements width. |
92
+
|**y**|`Array` of `String` or `Number`|`[0, 0]`|Initial and final offsets on y-axis in `%` or `px`. If no unit is passed percent is assumed. Percent is based on the elements width. |
93
93
|**className**|`String`|| Optionally pass additional class names to be added to the outermost parallax element. |
94
94
|**disabled**|`Boolean`|`false`| Disables parallax effects on individual elements when `true`. |
95
95
|**styleInner**|`Object`|| Optionally pass a style object to be added to the innermost parallax element. |
0 commit comments