Conditional fade?
#1
I'm trying to have episode/series/movie information fade into view when a list item remains selected for 2 seconds. IE: it remains hidden whilst scrolling though, but fades in if you pause on something, then hides again if you move on.

I have added a delayed fade to the control group no worries, but am not sure how to link it to the list item. I presume a condition of some sort, but can't find any documentation. Any suggestions?
Reply
#2
You should use conditions based in System.IdleTime(seconds)...

For instance:
<visible>System.IdleTime(2)</visible>
...will make that control appear after 2 seconds without user intervention...
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply

Logout Mark Read Team Forum Stats Members Help
Conditional fade?0