Multiple image paths
#1
Question 
Hey,

I'm wondering if it's possible to specify multiple image paths?

Code:
<imagepath background="true">$INFO[ListItem.Property(Fanart_Image)]</imagepath>

Code:
<imagepath background="true">$INFO[ListItem.Path]\extrathumbs</imagepath>

I want to create I slideshow with the fanart + extrathumbs.

Sorry... but I found nothing in the Wiki about this. Confused
Reply
#2
No, but you could use two separate ones with fade animations with loops and delays so they fade in and out of each other.
Reply
#3
Hitcher Wrote:No, but you could use two separate ones with fade animations with loops and delays so they fade in and out of each other.

Could you give me an example, please?

I have an animation for the extrathumbs slider

Quote:<animation type="Focus" reversible="false">
<effect type="zoom" center="191,263" start="70" end="100" time="400" tween="back" easing="out" />
<effect type="fade" start="80" end="100" time="400" />
</animation>



---

Edit:
Okay, got it!
I did not saw the "delay" switch.

Thanks for the hint! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple image paths0