-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
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
有关于特效参数的说明吗?比如,如何控制动画的速度、循化等,支持什么样的入参? #422
Comments
首先感谢回复,这个看过了,但没找到控制动画速度和次数的办法 |
文档后续补齐,可以先参看demo |
好的,好期盼 |
请问有控制视频变速的办法了吗 |
加速吗?暂时没有 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// add custom effect
creator.createEffect('customEffect', {
from: { opacity: 0, y: 350, rotate: 190, scale: 0.3 },
to: { opacity: 1, y: 200, rotate: 0, scale: 1 },
ease: 'Back.Out',
});
有关于特效参数的说明吗?比如,如何控制动画的速度、循化等,支持什么样的入参?
The text was updated successfully, but these errors were encountered: