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
I am using the NEXT JS framework. When using the example of the basic carousel, it has the attribute data-te-carousel-slide which, according to the docs, autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. On the example website, the carousel autoplays even though "carousel" is not set.
When copy pasting the code on my end, the carousel works as described in the docs. It only autoplays once I cycle the first item. When then setting the data-te-carousel-slide={'carousel'}, as mentioned in the docs, the slide animation stops working, and it does not autoplay. On top of this, the first item in the pagination results unselected.
I am using the NEXT JS framework. When using the example of the basic carousel, it has the attribute
data-te-carousel-slide
which, according to the docs, autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. On the example website, the carousel autoplays even though "carousel" is not set.When copy pasting the code on my end, the carousel works as described in the docs. It only autoplays once I cycle the first item. When then setting the
data-te-carousel-slide={'carousel'}
, as mentioned in the docs, the slide animation stops working, and it does not autoplay. On top of this, the first item in the pagination results unselected.CODE
The text was updated successfully, but these errors were encountered: