One of the only options for animating plotly objects using R seems to be creating a ggplotly object with a frame aesthetic. This creates a play button and slider input that you can control, but as soon as I try to publish this to my Plotly account, the slider input and the play button don’t work.
Even the examples shown at this site don’t work when you publish them online: https://cpsievert.github.io/plotly_book/key-frame-animations.html.
Does anyone know how to get the frame aesthetic to work online?