Update npm packages and install swiped-events

This commit is contained in:
Paul Nicoué 2022-11-22 12:13:21 +01:00
parent 0aeb6105ea
commit 9592df66b9
6 changed files with 1197 additions and 1126 deletions

View file

@ -1,5 +1,5 @@
import Splide from '@splidejs/splide';
import create from 'swipe-events';
import create from 'swiped-events';
// ----------------------------------------------------------------------------
// DATA
@ -56,8 +56,8 @@ function setUpSlider() {
rewind: true,
rewindByDrag: true,
speed: 400,
fixedWidth: '100vw',
fixedHeight: '100vh',
width: '100vw',
height: '100vh',
arrows: false,
pagination: false,
easing: 'ease-in-out',