Last active
January 29, 2023 08:39
-
-
Save peeyush14goyal/f8decea1b28fa12c8b8d8f135e2c98c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Param | Type | Description | |
---|---|---|---|
nodes | Array of HTML Elements | Array of the Base Components (Movie Images). Simple div elements are created with their content as index + 1 | |
hover_nodes | Array of HTML Elements | Array of the Hover components corresponding to the Base components | |
scroll_by | Integer | Scroll left or right by <scroll_by>px | |
hover_pos_x | Integer | Adjust the x position of Hover component | |
hover_pos_y | Integer | Adjust the y position of Hover component | |
width | Integer(%|px) | Width of the MainDiv component |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment