Implement revealable animation on hover

This commit is contained in:
Dennis Schoepf 2021-08-01 17:38:38 +02:00
parent 8ad126c8d8
commit f98c3e58dc
5 changed files with 107 additions and 28 deletions

View file

@ -12,6 +12,7 @@
},
"devDependencies": {
"@types/animejs": "^3.1.4",
"@types/lodash": "^4.14.171",
"@types/p5": "^1.3.0",
"parcel-bundler": "^1.12.5",
"prettier": "^2.3.2",
@ -20,6 +21,7 @@
},
"dependencies": {
"animejs": "^3.2.1",
"lodash": "^4.17.21",
"p5": "^1.4.0",
"rxjs": "^7.2.0",
"zustand": "^3.5.7"