Open muhajirdev opened 7 years ago
Hello @muhajirframe,
In order to use GSAP, I do not make lot of changes on the boilerplate. I just install it GSAP via npm.
Then I create / play / dispose GSAP timelines in my components lifecycle or in vue-router transitions hooks.
Hmm.. Thanks. I see in your portfolio, you're also using react. Is vue easier to animate compared to react?
Hi @patrickheng , Recently I visited your website and I was blown away. And I found this repo which is what I was looking for.
I'd like to use Vue with js animation library (GSAP or anime.js). But I want to implement PWA, so I will vue's pwa-template.
May I know what additional changes you put to this boilerplate to make it works with GSAP? I want to integrate it with vue's pwa template.
Thank you.