We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6463224 commit b71c172Copy full SHA for b71c172
packages/framer-motion/src/motion/utils/use-visual-element.ts
@@ -146,6 +146,10 @@ export function useVisualElement<
146
wantsHandoff.current = false
147
}
148
149
+ /**
150
+ * Now we've finished triggering animations for this element we
151
+ * can wipe the enteringChildren set for the next render.
152
+ */
153
visualElement.enteringChildren = undefined
154
})
155
0 commit comments