Cancel programically
luckylooke opened this issue ยท 1 comments
luckylooke commented
Is there an option to cancel scroll by program?
It could be somehow:
const scrollController = scrollIntoView(el, {
time: 5000,
});
later on
scrollController.cancel();
Thanks ๐
KoryNunn commented
Check the latest version (1.15.0), which now has cancelability.