embla-carousel
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -919,3 +919,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var run = requestAnimationFrame.bind(window); | ||
var kill = cancelAnimationFrame.bind(window); | ||
var end = cancelAnimationFrame.bind(window); | ||
var state = { | ||
@@ -936,3 +936,3 @@ animationFrame: 0 | ||
function stop() { | ||
kill(state.animationFrame); | ||
end(state.animationFrame); | ||
state.animationFrame = 0; | ||
@@ -939,0 +939,0 @@ } |
{ | ||
"name": "embla-carousel", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "David Cetinkaya", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -102,5 +102,4 @@ <br /> | ||
.embla__slide { | ||
flex: 0 0 auto; | ||
position: relative; /* Necessary if loop: true */ | ||
width: 100%; /* Can be any width */ | ||
position: relative; /* Needed if loop: true */ | ||
flex: 0 0 100%; /* Choose any width */ | ||
} | ||
@@ -107,0 +106,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76001
405