Blame view

天文台pc/tianwentai-ui/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs 426 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  "use client";
  import { animations } from '../../motion/features/animations.mjs';
  import { gestureAnimations } from '../../motion/features/gestures.mjs';
  import { createDomVisualElement } from './create-visual-element.mjs';
  
  /**
   * @public
   */
  const domAnimation = {
      renderer: createDomVisualElement,
      ...animations,
      ...gestureAnimations,
  };
  
  export { domAnimation };
  //# sourceMappingURL=features-animation.mjs.map