Thanks for working on this library again - it's an awesome project.
When animating from a cropped thumbnail (as per docs), the 'zoom' animation is applied to captions as well as the actual image. The desired behaviour is for captions to fade in, as per the demos.
This can easily be reproduced by adding data-cropped="true" to a photoswipe item in a gallery that uses the zoom animation. Demo here:
https://codepen.io/tombennet/pen/wvmLxaO
Thanks for working on this library again - it's an awesome project.
When animating from a cropped thumbnail (as per docs), the 'zoom' animation is applied to captions as well as the actual image. The desired behaviour is for captions to fade in, as per the demos.
This can easily be reproduced by adding
data-cropped="true"
to a photoswipe item in a gallery that uses the zoom animation. Demo here: https://codepen.io/tombennet/pen/wvmLxaOThanks!