Skip to content

Commit

Permalink
fix(ui/ripple): 优化了ripple的动画
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Jan 19, 2021
1 parent a112796 commit f219a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/ripple/ripple.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.var-ripple {
position: absolute;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
top: 0;
left: 0;
border-radius: 50%;
Expand Down

0 comments on commit f219a14

Please sign in to comment.