Add AOS library and use it on text elements

This commit is contained in:
Paul Nicoué 2023-03-23 12:25:18 +01:00
parent 1d185e9ff4
commit 606b4801c7
8 changed files with 86 additions and 28 deletions

27
package-lock.json generated
View file

@ -7,6 +7,7 @@
"hasInstallScript": true,
"devDependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"aos": "^2.3.4",
"click-outside-vue3": "^4.0.1",
"minireset.css": "^0.0.7",
"node-mailjet": "^6.0.2",
@ -15,6 +16,9 @@
"sass-loader": "^13.2.0",
"vee-validate": "^4.7.3",
"yup": "^0.32.11"
},
"engines": {
"node": "16.19.0"
}
},
"node_modules/@ampproject/remapping": {
@ -2292,6 +2296,17 @@
"node": ">= 8"
}
},
"node_modules/aos": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/aos/-/aos-2.3.4.tgz",
"integrity": "sha512-zh/ahtR2yME4I51z8IttIt4lC1Nw0ktsFtmeDzID1m9naJnWXhCoARaCgNOGXb5CLy3zm+wqmRAEgMYB5E2HUw==",
"dev": true,
"dependencies": {
"classlist-polyfill": "^1.0.3",
"lodash.debounce": "^4.0.6",
"lodash.throttle": "^4.0.1"
}
},
"node_modules/aproba": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
@ -2830,6 +2845,12 @@
"node": ">=8"
}
},
"node_modules/classlist-polyfill": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
"integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==",
"dev": true
},
"node_modules/cli-cursor": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
@ -5151,6 +5172,12 @@
"lodash._reinterpolate": "^3.0.0"
}
},
"node_modules/lodash.throttle": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
"dev": true
},
"node_modules/lodash.union": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",