You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pirony Thanks so much for releasing this helpful tool!
Here is the current challenge:
Issue details
If I would import a specific gsap plugin, it will not work either by direct importing or by using nuxtGsap,imports option in the nuxt config... Here is the warning in the console
Invalid property scrumbleText set to Object { text: "new text", chars: "XO" } Missing plugin? gsap.registerPlugin()
Possible strategy
I think we should use the gsap beta version + gsap.registerPlugin() method
Normally, here is how I install the release for beta version: npm install https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-beta.tgz
This will let me import other plugins really easily import PluginName from 'gsap'
The text was updated successfully, but these errors were encountered:
drc0
linked a pull request
Feb 18, 2021
that will
close
this issue
@pirony Thanks so much for releasing this helpful tool!
Here is the current challenge:
Issue details
If I would import a specific gsap plugin, it will not work either by direct importing or by using
nuxtGsap,imports
option in the nuxt config... Here is the warning in the consolePossible strategy
gsap
beta version +gsap.registerPlugin()
methodnpm install https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-beta.tgz
import PluginName from 'gsap'
The text was updated successfully, but these errors were encountered: