Skip to content

Conversation

drunksweet
Copy link
Contributor

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Update dependency
  • Code style optimization
  • Test Case
  • Branch merge
  • Release
  • Site / documentation update
  • Demo update
  • Workflow
  • Other (about what?)

🔗 Related issue link

🔗 Related PR link

🐞 Bugserver case id

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

@@ -199,3 +207,13 @@ export const registerLineOrAreaAnimation = () => {
export const registerPolygonAnimation = () => {
AnimateExecutor.registerBuiltInAnimate('growPointsOut', GrowPointsOut);
};

export const registerDisappearAnimation = () => {
Copy link
Contributor

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' 四种效果
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上

```

## 效果参数详解

Copy link
Contributor

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": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里示例的英文名改一哈

@purpose233 purpose233 merged commit 394b6ae into VisActor:feat/effect-animate Sep 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants