Pieter Hulshoff I would like to have the option of jumping between the playlist while you continue pressing the nextPlaylist / prevPlaylist button but in an intuitive way, I explained:
Now, when you press the nextPlaylist button, you go to the next playlist, but first the onPlaylistExit animation is executed and then the onPlaylistEnter animation is executed. This is repeated whenever you want to move from one playlist to another and it becomes very slow.
I would like to include a new animation called onPlaylistChange. What would this new animation be for?
By pressing and holding the nextPlaylist button, it would go from playlist to playlist but only in the onPlaylistChange animation. That is:
1. Enter the onPlaylistExit animation and then the animation onPlaylistChange.
2. The onPlaylistChange animation will be run as long as you do not release the nextPlaylist button and in this way you control the time it takes to go from one playlist to another.
3. When you release the nextPlaylist button, the onPlaylistEnter animation is executed.
* The same could also be applied to the letterUp / letterDown buttons adding also the animation onMenuJumpChange.