UNPKG

react-user-tour

Version:

give your user a guided tour around your application

10 lines (8 loc) 203 B
import scrollTo from "scroll-to"; export default function scrollToPosition(el, position) { scrollTo(0, position, { ease: "out-sine", duration: 500 }); return el.getBoundingClientRect(); }