snehilvj / dmc-docs

Documentation for Dash Mantine Components library.
https://github.com/snehilvj/dash-mantine-components
MIT License
58 stars 19 forks source link

update carousel #101

Closed AnnMarieW closed 2 weeks ago

AnnMarieW commented 2 weeks ago

When a carousel is running with autoPlay or autoScroll, then every component on the page updates when the slide updates. This makes the autoscroll jerky. (It's not as noticable with autoPlay)

Related to issue https://github.com/snehilvj/dash-mantine-components/issues/390.

Temp workaround is to just have autoScroll running automatically. The autoPlay example has a Start button. Removed other autoPlay examples for now.