@motionone/types
Advanced tools
Comparing version 10.17.0 to 10.17.1
{ | ||
"name": "@motionone/types", | ||
"version": "10.17.0", | ||
"version": "10.17.1", | ||
"description": "Shared types for the Motion One packages.", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2775786f4f0ba21cbf222d72a68263c7627c4825" | ||
"gitHead": "e801ab1f0f04dd57a6a5fa692e0cd36d7ffbb8a1" | ||
} |
@@ -134,3 +134,3 @@ import { MotionValue } from "./MotionValue"; | ||
export type UnresolvedValueKeyframe = ValueKeyframe | null; | ||
export type Easing = "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | "steps-start" | "steps-end" | `steps(${number}, ${"start" | "end"})` | BezierDefinition; | ||
export type Easing = "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | "step-start" | "step-end" | `steps(${number}, ${"start" | "end"})` | BezierDefinition; | ||
export type EasingGenerator = { | ||
@@ -137,0 +137,0 @@ createAnimation: (keyframes: UnresolvedValueKeyframe[], shouldGenerate?: boolean, readInitialKeyframe?: () => number | string, name?: string, value?: MotionValue) => CustomAnimationSettings; |
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
15446