I have added a scroll down animation(lottie) in my dash plotly app and I want to make it disappear after the user scrolls down on the page.
how can I do that with a dash plotly callback.
Hello @Lucifer,
I dont know if there is a way to query the scrollTop in a dash app.
You can always use JS.