Skip to content

Commit

Permalink
Added Framer-Motion Animation System
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandeVx committed May 4, 2022
1 parent 2bd546a commit a6b763f
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 33 deletions.
189 changes: 188 additions & 1 deletion website/Static/synapse_show/package-lock.json

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

5 changes: 4 additions & 1 deletion website/Static/synapse_show/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
"@heroicons/react": "^1.0.6",
"next": "^12.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"react-intersection-observer": "^9.1.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"framer-motion": "^6.3.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"tailwindcss-animate": "^1.0.5",
"typescript": "4.5.4"
}
}
Loading

0 comments on commit a6b763f

Please sign in to comment.