Commit 5eac9b23d6d8ad91e110169519bfd3ab50f985a9

Authored by VSirrr
Committed by GitHub
1 parent 66fc1b78

fix: change transition-duration to make animate smoothly (#294)

src/components/Page/src/PageFooter.vue
... ... @@ -41,7 +41,7 @@
41 41 border-top: 1px solid #f0f0f0;
42 42 box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
43 43 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
44   - transition: width 0.4s;
  44 + transition: width 0.2s;
45 45  
46 46 &__left {
47 47 flex: 1 1;
... ...