文件名称:tracer-motion:用于成帧器运动的可视化调试器
文件大小:2.38MB
文件格式:ZIP
更新时间:2024-08-23 21:03:34
JavaScript
用于成帧器运动的可视化调试器 安装 npm install tracer-motion --save-dev # or yarn add tracer-motion --dev 用法 import { motion } from 'framer-motion'; + import { tracer } from 'tracer-motion'; function App() { return ( <>
- <motion.div
+ <tracer.div
className="box"
initial={{ x: 0, rotate: 0 }}
animate={{ x: 400, rotate: 180 }}
transition={{ type
【文件预览】:
tracer-motion-main
----.gitignore(4KB)
----README.md(32B)
----packages()
--------tracer-motion()
--------example()
----LICENSE(1KB)
----package.json(141B)
----yarn.lock(509KB)
【文件预览】:
tracer-motion-main
----.gitignore(4KB)
----README.md(32B)
----packages()
--------tracer-motion()
--------example()
----LICENSE(1KB)
----package.json(141B)
----yarn.lock(509KB)