framer-motion
Version:
A simple and powerful JavaScript animation library
1 lines • 441 B
Source Map (JSON)
{"version":3,"file":"compare-by-depth.mjs","sources":["../../../../src/render/utils/compare-by-depth.ts"],"sourcesContent":["import type { VisualElement } from \"../VisualElement\"\n\nexport interface WithDepth {\n depth: number\n}\n\nexport const compareByDepth = (a: VisualElement, b: VisualElement) =>\n a.depth - b.depth\n"],"names":[],"mappings":"AAMa,MAAA,cAAc,GAAG,CAAC,CAAgB,EAAE,CAAgB,KAC7D,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;;;;"}