How to scrollToIndex() and .then(() => {}) do something when the scroll animation ended? #713
Unanswered
vasiline2256
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hi, there is isScrolling boolean on instance, maybe you can check it after scroll happens, or another option would be to check Intersection Observer if the row is visible in viewport. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi, I cannot find any example of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a way to do something after the scroll animation ended for scrollToIndex()?
like highlight the target index
Row
after the animation ended?Beta Was this translation helpful? Give feedback.
All reactions