-
-
Notifications
You must be signed in to change notification settings - Fork 50k
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
perf(📦): remove @ant-design/css-animation #28201
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3965c2e:
|
components/_util/wave.tsx
Outdated
TransitionEvents.removeStartEventListener(node, this.onTransitionStart); | ||
TransitionEvents.removeEndEventListener(node, this.onTransitionEnd); | ||
node.removeEventListener('transitionstart', this.onTransitionStart); | ||
node.removeEventListener('transitionend', this.onTransitionEnd); |
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.
Size Change: -807 B (0%) Total Size: 789 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## master #28201 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 393
Lines 7384 7386 +2
Branches 2115 2115
=========================================
+ Hits 7384 7386 +2
Continue to review full report at Codecov.
|
* perf(📦): remove @ant-design/css-animation * fix test case * fix test case
* perf(📦): remove @ant-design/css-animation * fix test case * fix test case
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
#22698
💡 Background and solution
📝 Changelog
@ant-design/css-animation
for better bundle size.☑️ Self Check before Merge