@motionone/generators
Advanced tools
Comparing version 10.17.1 to 10.18.0
@@ -56,3 +56,3 @@ 'use strict'; | ||
to: nearestBoundary(state.current), | ||
velocity: velocity.calcGeneratorVelocity(calcLatest, t, state.current), | ||
velocity: velocity.calcGeneratorVelocity(calcLatest, t, state.current), // TODO: This should be passing * 1000 | ||
damping: bounceDamping, | ||
@@ -59,0 +59,0 @@ stiffness: bounceStiffness, |
@@ -54,3 +54,3 @@ import { time } from '@motionone/utils'; | ||
to: nearestBoundary(state.current), | ||
velocity: calcGeneratorVelocity(calcLatest, t, state.current), | ||
velocity: calcGeneratorVelocity(calcLatest, t, state.current), // TODO: This should be passing * 1000 | ||
damping: bounceDamping, | ||
@@ -57,0 +57,0 @@ stiffness: bounceStiffness, |
@@ -53,3 +53,3 @@ import { time } from "@motionone/utils"; | ||
to: nearestBoundary(state.current), | ||
velocity: calcGeneratorVelocity(calcLatest, t, state.current), | ||
velocity: calcGeneratorVelocity(calcLatest, t, state.current), // TODO: This should be passing * 1000 | ||
damping: bounceDamping, | ||
@@ -56,0 +56,0 @@ stiffness: bounceStiffness, |
{ | ||
"name": "@motionone/generators", | ||
"version": "10.17.1", | ||
"version": "10.18.0", | ||
"description": "A collection of animation generators.", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"@motionone/types": "^10.17.1", | ||
"@motionone/utils": "^10.17.1", | ||
"@motionone/utils": "^10.18.0", | ||
"tslib": "^2.3.1" | ||
@@ -33,3 +33,3 @@ }, | ||
], | ||
"gitHead": "e801ab1f0f04dd57a6a5fa692e0cd36d7ffbb8a1" | ||
"gitHead": "f357769434210262a664b8b736b61e1a615e95a7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
42892
Updated@motionone/utils@^10.18.0