Replies: 1 comment
-
Thank you for your question @or2008. Embla doesn't support both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in react version, is it possible to create a nested carousel that utilizes both the X and Y axes and accepts dynamic slides based on the scroll direction.
for example if I swipe right, fetch and render slide 1, if I swipe down, fetch and render another slide etc..
It's important to note that pre-rendering all the slides isn't feasible in this case, as the slides are determined by the user's path, similar to a linked list or binary tree structure.
appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions