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.
2 parents 81ac9bd + 2c6c65d commit 317cc6aCopy full SHA for 317cc6a
packages/motion/src/features/animation/calc-child-stagger.ts
@@ -8,7 +8,7 @@ export function calcChildStagger(
8
staggerChildren: number = 0,
9
staggerDirection: number = 1,
10
): number {
11
- const sortedChildren = Array.from(children).sort((a, b) => a.sortNodePosition(b))
+ const sortedChildren = Array.from(children)
12
const index = sortedChildren.indexOf(child)
13
const numChildren = children.size
14
const maxStaggerDuration = (numChildren - 1) * staggerChildren
0 commit comments