-
This may not be a bug but I've not managed to find a reason why only one conditional slide works. Carousel.movMy use case is: The closest discussion was: #324 , where I discovered Here is some of the relevant code for rerendering the DOM elements:
The next button onClick simply uses the example from a template:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This was simply an ordering issue. Latest items were not updated by the time reInit() was called. Still not sure why it worked at all but moving the reinit into the next button click resolved my issue:
Many thanks for this package David 🙏 |
Beta Was this translation helpful? Give feedback.
This was simply an ordering issue. Latest items were not updated by the time reInit() was called. Still not sure why it worked at all but moving the reinit into the next button click resolved my issue:
Many thanks for this package David 🙏