Kodi Community Forum

Full Version: Is it possible to do animation based on scroll direction?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am creating a view for TV shows and I would like to have a wrap list of the TV Show logos with full screen fanart in the background. I would like the fanart for the focused logo to slide into view based on the direction the user is scrolling through the wraplist. For example, if the user is scrolling to the right, I would like the fanart to slide in from the right. Likewise if the user is scrolling to the left, I would like the fanart to slide in from the left. Is this possible?
should be doable.

you can use the Container.OnNext and Container.OnPrevious conditions.
Yep, It's possible. But you will need a lot of hidden/visible conditions and hidden controls.

Did it a few days ago with a fake wraplist. See -> ClassicSlide (~0:43min):
Thanks guys. I'll check out your solutions Although, sualfred, your solution is probably beyond my abilities.