Skip to content
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

fix(animation): fix preprocessKeyframes #5981

Merged
merged 2 commits into from
Jul 4, 2024
Merged

fix(animation): fix preprocessKeyframes #5981

merged 2 commits into from
Jul 4, 2024

Conversation

Aarebecca
Copy link
Contributor

@Aarebecca Aarebecca commented Jul 4, 2024

  • 修复 preprocessKeyframes 问题

当传入关键帧被全部过滤清空后,不会执行动画而是直接结束,如果是退场动画则会直接销毁该元素,此时如果有其他相关元素正在执行动画,会导致找不到该元素。


  • Fixed the preprocessKeyframes issue

When the incoming key frame is cleared by all filters, the animation is not executed but directly ended. If it is an exit animation, the element is directly destroyed. At this time, if other related elements are performing animation, the element cannot be found.

ISSUE: #5951

@Aarebecca Aarebecca merged commit 8160df7 into v5 Jul 4, 2024
5 checks passed
@Aarebecca Aarebecca deleted the fix/animation branch July 4, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant