website/_src/_assets/js/ipdb.js

11 lines
250 B
JavaScript
Raw Normal View History

2017-08-29 15:09:36 +02:00
/* global SmoothScroll */
2017-08-29 13:51:54 +02:00
// =include _dnt.js
// =include smooth-scroll/dist/js/smooth-scroll.js
2017-08-09 17:38:44 +02:00
2017-08-29 13:51:54 +02:00
document.addEventListener('DOMContentLoaded', () => {
const scroll = new SmoothScroll('a[data-scroll]', {
easing: 'easeOutQuint'
})
})