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
In Shiny for R they can use AnimationOptions() to control their animation for the slider ui , I'm currently using shiny for python and am trying to control the animation for my slider but i cannot seem to find any resource for python using AnimationOptions even in https://shiny.posit.co/py/api/core/ui.input_slider.html under animation they say you can use it but it doesn't seem to work , was this feature not added to shiny for python? or am i doing something wrong. I would like to speed the slider up as the step being small makes the animation take longer but id like to make the step small and the animating faster
The text was updated successfully, but these errors were encountered:
Animation options are supported py-shiny, but unfortunately, it's currently not very clear how to do so since the AnimationOptions type currently isn't exported. That said, the type looks like this:
In Shiny for R they can use AnimationOptions() to control their animation for the slider ui , I'm currently using shiny for python and am trying to control the animation for my slider but i cannot seem to find any resource for python using AnimationOptions even in https://shiny.posit.co/py/api/core/ui.input_slider.html under animation they say you can use it but it doesn't seem to work , was this feature not added to shiny for python? or am i doing something wrong. I would like to speed the slider up as the step being small makes the animation take longer but id like to make the step small and the animating faster
The text was updated successfully, but these errors were encountered: