Skip to content

Commit dd72263

Browse files
author
Fumito Abe
committed
アニメーション微調整
1 parent 6ab3f24 commit dd72263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/TopClients.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default {
116116
},
117117
})
118118
.to('.clients-image', {
119-
y: 0, // 少し上に移動させる
119+
y: -10, // 少し上に移動させる
120120
opacity: 1,
121121
x: 0,
122122
scale: 1,

src/components/TopPartners.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
})
103103
.to('.partner-card', {
104104
delay: 0.3,
105-
y: 0, // 少し上に移動させる
105+
y: -10, // 少し上に移動させる
106106
opacity: 1,
107107
x: 0,
108108
scale: 1,

0 commit comments

Comments
 (0)