diff --git a/packages/framer-motion/src/animation/interfaces/motion-value.ts b/packages/framer-motion/src/animation/interfaces/motion-value.ts index b384d821dc..78b719df8c 100644 --- a/packages/framer-motion/src/animation/interfaces/motion-value.ts +++ b/packages/framer-motion/src/animation/interfaces/motion-value.ts @@ -115,13 +115,6 @@ export const animateMotionValue = ( ) } - /** - * If we have an optimised animation running for this value, cancel it. - */ - value.owner?.cancelOptimisedAnimation?.[ - transformProps.has(valueName) ? "transform" : valueName - ]?.() - /** * Animate via WAAPI if possible. */