UNPKG

gatsby-plugin-smoothscroll

Version:

Polyfilled smooth scrolling behavior and helper function for Gatsby sites.

7 lines (5 loc) 136 B
"use strict"; var smoothscroll = require('smoothscroll-polyfill'); exports.onClientEntry = function () { smoothscroll.polyfill(); };