Disable slide transition

pull/245/head
Varun Patil 2022-11-22 11:57:42 -08:00
parent 822a4fba30
commit 83484ba52a
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}