Rotate fanart without using MultiImage ?
#16
I found the solution.

1. Have a list with static content containing the images one desires to cycle through
2. have the itemlayout and focused layout of the list empty (so nothing appears on screen
3. Use AlarmClock to cycle through the list elements
4 Have a sepate image control outside of the list with a fadetime tag. This image control will display the images in a Fadein and Fadeout manner
Reply
#17
Yep that's how you need to do it but you don't need AlarmClock to cycle through the items, autoscroll will do that for you (if you're using Gotham of course).
Image
Reply
#18
(2014-03-28, 15:19)`Black Wrote: Yep that's how you need to do it but you don't need AlarmClock to cycle through the items, autoscroll will do that for you (if you're using Gotham of course).

Im currently on frodo, but thanks for the tip, I will be migrating to Gotham soon
Reply
#19
Hi, I started the development on Gotham today, and the first thing I did was remove the alarmclocks and add autoscroll tags to the list containers.

when I do this the images rotates but super fast one just sees flickering.

how does one define how fast the autoscrolling should be?
Reply
#20
PHP Code:
<autoscroll delay="8000" time="8000" repeat="8000">true</autoscroll
Reply
#21
thanks a lot
Reply

Logout Mark Read Team Forum Stats Members Help
Rotate fanart without using MultiImage ?0