滚动
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -107,7 +107,7 @@ onUnmounted(() => { | ... | @@ -107,7 +107,7 @@ onUnmounted(() => { |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | .scrolling-content { | 109 | .scrolling-content { |
| 110 | transition: transform 0.1s ease; | 110 | transition: transform 10ms ease; |
| 111 | will-change: transform; | 111 | will-change: transform; |
| 112 | } | 112 | } |
| 113 | 113 | ... | ... |
-
Please register or sign in to post a comment