Files
animejs-source-analysis/.project.json
2026-04-23 22:58:36 +08:00

31 lines
682 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "anime.js 源码解析",
"description": "anime.js v4 动画库源码深度拆解Timeline/Tween/SVG morphing/Stagger",
"status": "active",
"kind": "analysis",
"created": "2026-04-23",
"ports": [
{
"port": 4500,
"label": "dev",
"fixed": true
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
},
"ownership": "personal",
"source": {
"upstream": "https://github.com/juliangarnier/anime.git",
"path": "source/",
"last_sync": "2026-04-23",
"version": "v4.3.6"
},
"analysis": {
"path": ".memory/source-analysis.md",
"version": "v4.3.6",
"last_updated": "2026-04-23"
}
}