Skip to content

Commit

Permalink
feat: react motion
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-wangjg committed Dec 20, 2024
1 parent 64eff10 commit b7fa021
Show file tree
Hide file tree
Showing 6 changed files with 807 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# npm test
npx lint-staged
28 changes: 27 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"fetch-intercept": "^2.4.0",
"framer-motion": "^11.13.5",
"helmet": "^8.0.0",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
Expand All @@ -259,6 +258,7 @@
"markmap-lib": "^0.17.2",
"markmap-view": "^0.17.2",
"mermaid": "^11.4.1",
"motion": "^11.15.0",
"nanoid": "^5.0.9",
"node-polyfill-webpack-plugin": "^4.1.0",
"number-flow": "^0.4.1",
Expand Down
1 change: 1 addition & 0 deletions src/pages/layout/proSecNav/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const ProSecNav = () => {
{ label: t('home'), key: '/', icon: <HomeOutlined /> },
{ label: t('demo'), key: '/demo', icon: <GlobalOutlined /> },
{ label: 'Parallax', key: '/parallax', icon: <FireOutlined /> },
{ label: 'Motion', key: '/motion', icon: <QrcodeOutlined /> },
{ label: 'Qr Generate', key: '/qrcode', icon: <QrcodeOutlined /> },
{ label: 'Prism Render', key: '/prism', icon: <FireOutlined /> },
{ label: 'React Tilt', key: '/tilt', icon: <QrcodeOutlined /> },
Expand Down
Loading

0 comments on commit b7fa021

Please sign in to comment.