WOW.js how to add to Quasar?
-
Hey guys!
can someone tell me how to add Wow.js or AOS.js lib?I need to animate with animate.css when scrolling but not luck so far.
How can I access to created for the Vue instance?
new Vue({ created () { AOS.init() }, el: '#app', router, components: { App }, template: '<App/>' })
AFAIK new Vue is dynamically done by quasar cli…
-
@Lou-Rectoret animation.css is already added in quasar see https://quasar.dev/options/animations for setup. aos.js you probably need to setup a boot file for it https://quasar.dev/quasar-cli/cli-documentation/boot-files#Introduction.