I have a dash app that has multiple frames/blocks and inside each blocks there are three tabs with there own plots. I used this article in the doc https://dash.plotly.com/dash-core-components/tabs(Method 2. Content as Tab Children) to construct that. This works, but the only thing
I feel, missing is the animatation when change between tabs. I know you cant animate because when you change tabs you actually changing the graph element itself.
I could use three tabs and one graph element and use callbacks to update that single plot element with relevant data. But as I have multiple blocks with there own tabs, I don’t want to complicate things with (pattern-matching) callbacks.
Is it possible to construct three tabs with three graph content and still get animation when you change between tabs?
1 post - 1 participant