Add option for instant transitions in lightbox (#6354)

This commit is contained in:
hckrman101
2025-12-01 22:25:46 -05:00
committed by GitHub
parent 5f16547e58
commit 69fd073d5d
8 changed files with 40 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ input ConfigImageLightboxInput {
resetZoomOnNav: Boolean
scrollMode: ImageLightboxScrollMode
scrollAttemptsBeforeChange: Int
disableAnimation: Boolean
}
type ConfigImageLightboxResult {
@@ -348,6 +349,7 @@ type ConfigImageLightboxResult {
resetZoomOnNav: Boolean
scrollMode: ImageLightboxScrollMode
scrollAttemptsBeforeChange: Int!
disableAnimation: Boolean
}
input ConfigInterfaceInput {