added animations and pageLoad and preLoader
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import gsap from 'gsap'
|
||||
import scrollToPlugin from 'gsap/ScrollToPlugin'
|
||||
import scrollTrigger from 'gsap/ScrollTrigger'
|
||||
|
||||
gsap.registerPlugin(scrollToPlugin,scrollTrigger)
|
||||
Vue.prototype.$gsap = gsap
|
||||
Reference in New Issue
Block a user