smooth-scroll.ts 123 B

12345
  1. // option object for react-scroll
  2. export const DEFAULT_AUTO_SCROLL_OPTS = {
  3. smooth: 'easeOutQuint',
  4. duration: 1200,
  5. };