Set Delay On Carousel #1856
Answered
by
juujisai
adw259
asked this question in
Support from community
-
I was wondering if there was any general way that the components that are integrated with JS can be manipulated? I'm simply trying to set a delay on when the carousel first starts so that it'll be out of sync with an adjacent carousel. |
Beta Was this translation helpful? Give feedback.
Answered by
juujisai
Aug 10, 2023
Replies: 1 comment
-
Each option that is currently available for carousels can be found here: https://tailwind-elements.com/docs/standard/components/carousel/ As of the delay, we do not have such an option. Maybe you can initialize the Carousel via JavaScript after some timeout ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
filipkappa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each option that is currently available for carousels can be found here: https://tailwind-elements.com/docs/standard/components/carousel/
As of the delay, we do not have such an option. Maybe you can initialize the Carousel via JavaScript after some timeout (
setTimeout
) ?