No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    WOW.js how to add to Quasar?

    Help
    2
    2
    410
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Lou Rectoret last edited by Lou Rectoret

      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…

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by metalsadman

        @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.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post