dimsemenov / PhotoSwipe

JavaScript image gallery for mobile and desktop, modular, framework independent
http://photoswipe.com
MIT License
24.15k stars 3.31k forks source link

Slideshow with transitions #1875

Open acwolff opened 2 years ago

acwolff commented 2 years ago

Please add a slideshow option with transactions between the slides.

amdad commented 2 years ago

Crossfade all thy way! :)

htmltiger commented 1 year ago

Here is a basic plugin I have created until we wait for the official.

https://github.com/htmltiger/photoswipe-slideshow

acwolff commented 1 year ago

@htmltiger your plugin works fine as you can see in this SlideShow plugin test album, but sadly there is no significant difference with this test album of my own implementation.

I miss the transitions in both implementations!

andi34 commented 1 year ago

Added slideshow along with some other custom buttons here: https://github.com/PhotoboothProject/photobooth/blob/d46286675d902dcbd3b862e951425377c114494b/src/js/photoswipe.js

If i remember right, it was the slideshow implementation from you @acwolff on PhotoSwipe v4

acwolff commented 1 year ago

@andi34 please give a link to an album made with your code.

andi34 commented 1 year ago

https://photoboothproject.github.io/projects.html

acwolff commented 1 year ago

Thanks @andi34 what I see in your album is about the same as I see in my own implementation and in the plugin of @htmltiger, a slideshow without transitions.

I really hope that @dimsemenov will offer a flexible slideshow plugin with a number of selectable transitions like you see in this album where the viewer kan choose from a large number of transitions,

andi34 commented 1 year ago

Yes, like mentioned If I remember right it was the code you shared in the past