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: Slider Tooltip appear motion not working #39857

Merged
merged 4 commits into from Dec 27, 2022
Merged

fix: Slider Tooltip appear motion not working #39857

merged 4 commits into from Dec 27, 2022

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Dec 27, 2022

[中文版模板 / Chinese template]

🤔 This is a ...

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

🔗 Related issue link

fix #39851

💡 Background and solution

发现以前重构成自定义 render Tooltip 后其实不需要用这个动画,原生的就行了。

Find that we do not need specific motion since refactor with Tooltip render.

📝 Changelog

Language Changelog
🇺🇸 English Fix Slider missing Tooltip appear motion.
🇨🇳 Chinese 修复 Slider 展示 Tooltip 时动画丢失的问题。

☑️ 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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2022

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2022

size-limit report 📦

Path Size
./dist/antd.min.js 367.82 KB (+47 B 🔺)
./dist/antd-with-locales.min.js 422.92 KB (+56 B 🔺)

@codecov
Copy link

codecov bot commented Dec 27, 2022

Codecov Report

Base: 99.98% // Head: 100.00% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (c5559c2) compared to base (0a0291b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #39857      +/-   ##
===========================================
+ Coverage   99.98%   100.00%   +0.01%     
===========================================
  Files         557       557              
  Lines        9621      9620       -1     
  Branches     2722      2722              
===========================================
  Hits         9620      9620              
+ Misses          1         0       -1     
Impacted Files Coverage Δ
components/slider/index.tsx 100.00% <ø> (ø)
components/tooltip/index.tsx 100.00% <0.00%> (+1.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zombieJ zombieJ merged commit 809252b into master Dec 27, 2022
@zombieJ zombieJ deleted the slider-motion branch December 27, 2022 16:01
yoyo837 pushed a commit that referenced this pull request Dec 31, 2022
* fix: use native tooltip

* chore: clean up

* test: Update snapshot

* test: Update snapshot
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.

Slider tootip appear animation missing
3 participants