We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想在gsap timeline回调中动态修改touch的value,使其可以在timeline进行play的时候保持两者的同步,类似如下代码,我试了touch.value或者touch.setValue都不可以,有什么办法可以动态控制它的值呢? this.timeline.eventCallback("onUpdate", () => { this.touch.value = -5000 });
this.timeline.eventCallback("onUpdate", () => { this.touch.value = -5000 });
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
我想在gsap timeline回调中动态修改touch的value,使其可以在timeline进行play的时候保持两者的同步,类似如下代码,我试了touch.value或者touch.setValue都不可以,有什么办法可以动态控制它的值呢?
this.timeline.eventCallback("onUpdate", () => { this.touch.value = -5000 });
The text was updated successfully, but these errors were encountered: