@motionone/svelte
Advanced tools
Comparing version 10.7.1 to 10.7.2
@@ -1015,4 +1015,4 @@ function noop$1() { } | ||
*/ | ||
const needsToReadInitialKeyframe = !supports.partialKeyframes() && keyframes.length === 1; | ||
if (isRecording || needsToReadInitialKeyframe) { | ||
if (keyframes.length === 1 && | ||
(!supports.partialKeyframes() || isRecording)) { | ||
keyframes.unshift(readInitialValue()); | ||
@@ -1019,0 +1019,0 @@ } |
{ | ||
"name": "@motionone/svelte", | ||
"version": "10.7.1", | ||
"version": "10.7.2", | ||
"description": "A tiny, performant animation library for Svelte", | ||
@@ -17,3 +17,3 @@ "author": "Matt Perry", | ||
"dependencies": { | ||
"@motionone/dom": "^10.7.1", | ||
"@motionone/dom": "^10.7.2", | ||
"tslib": "^2.3.1" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "9a1936a0b6f9242295ab51f180b86fbfc5c3c47d" | ||
"gitHead": "ade3d3129e3dc59a7ab0b3dbe42edab3e9ffdc1b" | ||
} |
Sorry, the diff of this file is not supported yet
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
239642
Updated@motionone/dom@^10.7.2