Disable slide transition
parent
822a4fba30
commit
83484ba52a
|
@ -914,7 +914,9 @@ export default class Viewer extends Mixins(GlobalMixin) {
|
|||
|
||||
.fullyOpened :deep .pswp__container {
|
||||
@media (min-width: 1024px) {
|
||||
transition: transform var(--pswp-transition-duration) ease !important;
|
||||
// Animate transitions
|
||||
// Disabled because this makes you sick if moving fast
|
||||
// transition: transform var(--pswp-transition-duration) ease !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue