We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab3f24 commit dd72263Copy full SHA for dd72263
src/components/TopClients.vue
@@ -116,7 +116,7 @@ export default {
116
},
117
})
118
.to('.clients-image', {
119
- y: 0, // 少し上に移動させる
+ y: -10, // 少し上に移動させる
120
opacity: 1,
121
x: 0,
122
scale: 1,
src/components/TopPartners.vue
@@ -102,7 +102,7 @@ export default {
102
103
.to('.partner-card', {
104
delay: 0.3,
105
106
107
108
0 commit comments