Looping gallery with custom Transition #1324
Unanswered
mindfullsilence
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this design:

I've come very close using a custom Transition extension. In fact, I pretty much have it working well for
type: 'slide'
. However, once I usetype: 'loop'
, the slideshow breaks at the boundary of the looped slides(all slides translate almost entirely off screen when going from "last" slide -> "first" slide).Has anyone else had experience with dealing with the translation of looped images?
Beta Was this translation helpful? Give feedback.
All reactions