Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored and mergatron[bot] committed Feb 13, 2024
1 parent 80d802d commit 9a5f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framer-motion/src/utils/mix/complex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function getMixer<T>(a: T) {
} else if (Array.isArray(a)) {
return mixArray
} else if (typeof a === "object") {
return mixObject
return color.test(a) ? mixColor : mixObject
}

return mixImmediate
Expand Down

0 comments on commit 9a5f871

Please sign in to comment.