Is it possible to make my shiny app responsive to a slider with 0 lags?

I am writing a shiny app, and I want to make my endpoints elements as responsive as possible. I used adjusted render-functions in order to do that with proxy elements:

For DT - dataTableProxy, renderDataTable and dataTableOutput
For plotly - plotlyProxy, renderPlotly and plotlyOutput

And even though the app responds well, I wonder whether it is possible to make the elements response with almost 0 lags?

When I use the slider inside plotly, it seems that the point moves with the slider.
Example:
https://plot.ly/~HeyPK/3//#plot

Any ideas?

thanks!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.