-
Notifications
You must be signed in to change notification settings - Fork 331
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: 新增 rate组件 #1014
feat: 新增 rate组件 #1014
Conversation
ci 全挂 |
snapshot 要更新一下 |
c9c47a9
to
3591ce8
Compare
…into feat/rate
咋感觉hover 动效这么生硬呢。是不是没有加transition |
通过transform实现的。后面补一个transition |
Codecov Report
@@ Coverage Diff @@
## develop #1014 +/- ##
===========================================
+ Coverage 60.40% 60.41% +0.01%
===========================================
Files 937 962 +25
Lines 16498 16826 +328
Branches 3743 3856 +113
===========================================
+ Hits 9966 10166 +200
- Misses 6532 6660 +128
Continue to review full report at Codecov.
|
在原来基础上,建议增加颜色的hover态,用来区分已选星星,再次点击效果,hover颜色叠加上rgba(0, 0, 0, 0.1)和过渡动画效果,保证暗黑模式和自定义颜色场景可以复用,可以参考codepen |
我先合并了,周末我来改下 |
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
feat: 新增 rate组件
☑️ 请求合并前的自查清单