Closed uzzal-ht closed 7 months ago
How to use in nuxt js ? Can you share any live example ?
Hi, in your nuxtjs script put your parallax code after Mounted cycle hook like :
mounted() { let scene = document.getElementById('scene'); let parallaxInstance = new Parallax(scene, { relativeInput: true }); }
How to use in nuxt js ? Can you share any live example ?