How do I make a proper "endless" loop even if there is only one element? #816
falk-stefan
started this conversation in
General
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 am not quite sure if I am just doing it wrong, or if what I am trying to do is simply not supported.
If I set
loop={true}
, I would expect the entire canvas to be filled with items. No matter if there is just one element or more.However, I am facing two problem atm:
First, what I just describe does not work - at least I am not able to get this right:
video_2025-05-25_14-26-03.mp4
and second, even if there are more items, somehow the right most item seems to just "pop into existence" as you can see:
video_2025-05-25_14-25-22.mp4
The Code
I am currently running with version
^4.0.2
and below is what I currently have (as I am experimenting basically).Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions