Hi,
I have a “move up” button inside a dynamic list that moves a full screen dynamic item up 100vh to show the next item below it.
Now when I press the move up button in the next item nothing happens, because the item has already moved -100vh …
Is it possible that with each click on the button the item moves another -100vh?