KoryNunn/scroll-into-view

Cancel programically

luckylooke opened this issue ยท 1 comments

Is there an option to cancel scroll by program?
It could be somehow:

const scrollController = scrollIntoView(el, {
    time: 5000,
  });

later on

scrollController.cancel();

Thanks ๐Ÿ™

Check the latest version (1.15.0), which now has cancelability.