1
0
mirror of https://github.com/ipdb/website.git synced 2025-02-14 21:10:26 +01:00
2017-08-29 15:09:36 +02:00

11 lines
250 B
JavaScript

/* global SmoothScroll */
// =include _dnt.js
// =include smooth-scroll/dist/js/smooth-scroll.js
document.addEventListener('DOMContentLoaded', () => {
const scroll = new SmoothScroll('a[data-scroll]', {
easing: 'easeOutQuint'
})
})