Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

Animation based on select dialog being visible

$
0
0
I have an animation as so:
Quote:<animation effect="slide" start="0" end="-347" time="200" tween="sine" condition="!Window.IsVisible(selectdialog)|!Control.IsVisible(2000)">Conditional</animation>
<animation effect="slide" start="0" end="0" time="200" tween="sine" condition="Window.IsVisible(selectdialog)|Control.IsVisible(2000)">Conditional</animation>


...using the visibility of the channel group select dialog called with sendclick(28) as it's condition. This seems to work ok when I reload the skin (have this mapped to F5), however if I go back out of the tv guide and then back in again, the animation does not seem to realise that the select dialog is now visible again (it is called with an <onopen> tag. Do I need to reload the window or something when reopening it?

Viewing all articles
Browse latest Browse all 1803

Trending Articles