{"version":3,"file":"can-use-native-timeline.mjs","sources":["../../../../../../src/render/dom/scroll/utils/can-use-native-timeline.ts"],"sourcesContent":["import { supportsScrollTimeline } from \"motion-dom\"\n\nexport function canUseNativeTimeline(target?: Element) {\n    return (\n        typeof window !== \"undefined\" && !target && supportsScrollTimeline()\n    )\n}\n"],"names":[],"mappings":";;AAEM,SAAU,oBAAoB,CAAC,MAAgB,EAAA;AACjD,IAAA,QACI,OAAO,MAAM,KAAK,WAAW,IAAI,CAAC,MAAM,IAAI,sBAAsB,EAAE,EACvE;AACL;;;;"}