I wonder if this functionality already exists, that is why I am asking before trying to reinvent the bicycle.
Is there an existing component to create a visual UI, which can run animation?
What I have in mind, is some setup similar to the usual Slider, so one can write
@bind param html"<input type='animation_slider'>"
and instead of the usual slider one get something like
![]()
By pressing play button, this slider should just auto-update the value of param and as a result, the user gets some nice live animation of his plots. It can be useful for example in simulation modeling, where one wants to see how the model evolves over time and it’s more convenient than generating gif for each set of parameters.
