Nick
Nick
@acwolff I am not sure if you still need this, but I am sharing this anyway as it might be useful to others The following snippet alters the transition duration...
@acwolff the snippet I mentioned should be placed in the styles file of the component which uses photoswipe
Have you implemented the customToGo method? Are you using that method? The css would work without that @acwolff
@acwolff do you have the animation so far?
@acwolff the animation looks great It looks like you have already specified the transition duration and the animation works as expected  ![Screenshot 2023-06-01...
the 800ms trnasition duration is defined by Photoswipe (via JS). This is the duration of the open/close animation You can change that with `showAnimationDuration` and `hideAnimationDuration` properties – the default...
`showAnimationDuration` and `hideAnimationDuration` are responsible for opening/closing of the photoswipe only the css I provided above is going to alter the animation duration between slides @acwolff