From 820e8d300ace55fd02c088fa2b3aac1a97c5106f Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 21 May 2024 12:13:56 +0200 Subject: [PATCH] Fixing snapshots --- .../framer-motion/src/projection/node/create-projection-node.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/framer-motion/src/projection/node/create-projection-node.ts b/packages/framer-motion/src/projection/node/create-projection-node.ts index ea9910622b..5664215c31 100644 --- a/packages/framer-motion/src/projection/node/create-projection-node.ts +++ b/packages/framer-motion/src/projection/node/create-projection-node.ts @@ -58,7 +58,6 @@ import { noop } from "../../utils/noop" import { time } from "../../frameloop/sync-time" import { microtask } from "../../frameloop/microtask" import { VisualElement } from "../../render/VisualElement" -import { flushKeyframeResolvers } from "../../render/utils/KeyframesResolver" const transformAxes = ["", "X", "Y", "Z"] @@ -580,7 +579,6 @@ export function createProjectionNode({ this.isUpdating = true if (window.HandoffCancelAllAnimations) { - // flushKeyframeResolvers() window.HandoffCancelAllAnimations() }