Skip to content

Commit

Permalink
fix: change transition-duration to make animate smoothly (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSirrr authored Feb 24, 2021
1 parent 66fc1b7 commit 5eac9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/src/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
border-top: 1px solid #f0f0f0;
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
0 -12px 48px 16px rgba(0, 0, 0, 0.03);
transition: width 0.4s;
transition: width 0.2s;
&__left {
flex: 1 1;
Expand Down

0 comments on commit 5eac9b2

Please sign in to comment.