fix: adjust Photo page background photos animation value

This commit is contained in:
2023-10-31 12:27:42 +01:00
parent 031da50f61
commit 710bb31f1b

View File

@@ -228,7 +228,7 @@
}], }],
// Other photos // Other photos
['.photo-page__picture:not(.is-1)', { ['.photo-page__picture:not(.is-1)', {
x: ['-150%', 0], x: ['-15%', '0%'],
opacity: [0, 1], opacity: [0, 1],
}, { }, {
at: 0.4, at: 0.4,