(Krypton)
I've noticed that a animation is broken, if I'll use the Pause button on my MCE remote.
It's going to be faded to 0% instantly right after the control becomes visible.
I assume that the default MCE remote action doesn't reset the System.IdleTime, because it works if I'll use the spacebar to pause the playback. Only can test it on one device, because I have no IR receiver for the others.
I've noticed that a animation is broken, if I'll use the Pause button on my MCE remote.
Code:
<control type="image" id="99">
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<width>321</width>
<height>341</height>
<texture>osd/Pause.png</texture>
<visible>Player.Paused + !Player.Caching</visible>
<animation condition="System.IdleTime(2)" reversible="true" type="Conditional">
<effect type="fade" start="100" end="0" time="200" />
</animation>
</control>
It's going to be faded to 0% instantly right after the control becomes visible.
I assume that the default MCE remote action doesn't reset the System.IdleTime, because it works if I'll use the spacebar to pause the playback. Only can test it on one device, because I have no IR receiver for the others.