-
Notifications
You must be signed in to change notification settings - Fork 201
feat: upgrade vrender to v1.0.13-alpha.1 and add disappear animation docs #4158
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
feat: upgrade vrender to v1.0.13-alpha.1 and add disappear animation docs #4158
Conversation
@@ -199,3 +207,13 @@ export const registerLineOrAreaAnimation = () => { | |||
export const registerPolygonAnimation = () => { | |||
AnimateExecutor.registerBuiltInAnimate('growPointsOut', GrowPointsOut); | |||
}; | |||
|
|||
export const registerDisappearAnimation = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个函数名要不改成 registerStageAnimation 之类的吧,现在的效果不仅仅能在退场动画里头使用,叫 Disappear 的话有点片面
|
||
## 故障效果 | ||
|
||
将图表分解为支持 'rgb-shift'、'digital-distortion'、'scan-lines'、'data-corruption' 四种效果 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
``` | ||
|
||
## 效果参数详解 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个《## 效果参数详解》节的内容在站点解析文档的时候会被忽略掉,建议把这段内容直接写到 《# 退场动画特效配置》底下
@@ -15,6 +15,20 @@ | |||
"en": "Basic Appear Animation Config" | |||
} | |||
}, | |||
{ | |||
"path": "disappear-animation-dissolve", | |||
"title": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里示例的英文名改一哈
…te the corresponding docs
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
🔗 Related PR link
🐞 Bugserver case id
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough