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
|**amount**|`number`|| A value from `-1` to `1` that represents the vertical offset to be applied to the current layer, `0.1` would equal a `10%` offset on the top and bottom. |
47
+
|**speed**|`number`|| A value from `-1` to `1` that represents the vertical offset to be applied to the current layer, `0.1` would equal a `10%` offset on the top and bottom. |
48
48
|**children**|`ReactElement`|| Custom layer children provided as a React element, for example `<Video />`|
49
49
|**expanded**|`boolean`|`true`| Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
50
50
|**image**|`string`|| Image source that will be applied as a CSS background image on the layer. |
0 commit comments