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 36d2cd5 commit 5b4ceecCopy full SHA for 5b4ceec
internal/animate/prepare.ts
@@ -125,7 +125,7 @@ export const prepare = (
125
const bNorm = divide(pointCount, b);
126
const bOpt = optimizeOrder(aNorm, bNorm);
127
return [
128
- options.rawAngles ? aNorm : fixAnglesWith(fixAnglesSelf(aNorm), bNorm),
+ options.rawAngles ? aNorm : fixAnglesWith(fixAnglesSelf(aNorm), bOpt),
129
options.rawAngles ? bOpt : fixAnglesWith(fixAnglesSelf(bOpt), aNorm),
130
];
131
};
0 commit comments