scroll-snap
Advanced tools
Comparing version
@@ -306,3 +306,3 @@ function easeInOutQuad(t) { | ||
}; | ||
var duration = this.isEdge(start) ? 0 : this.duration; | ||
var duration = this.isEdge(start) ? 1 : this.duration; | ||
var startTime; | ||
@@ -309,0 +309,0 @@ // setup the stepping function |
@@ -317,3 +317,3 @@ (function (factory) { | ||
}; | ||
var duration = this.isEdge(start) ? 0 : this.duration; | ||
var duration = this.isEdge(start) ? 1 : this.duration; | ||
var startTime; | ||
@@ -320,0 +320,0 @@ // setup the stepping function |
{ | ||
"name": "scroll-snap", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Snap page when user stops scrolling, with a customizable configuration and a consistent cross browser behaviour", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |