Files
DevOps/Kodi/Lenovo/addons/plugin.video.pseudotv.live/resources/skins/default/1080i/plugin.video.pseudotv.live.busy.xml

60 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<backgroundcolor>0x00000000</backgroundcolor>
<onload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_BUSY,true,10000)</onload>
<onunload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_BUSY,false,10000)</onunload>
<controls>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="160" center="50%,50%" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" end="100" time="240"/>
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="80" end="160" center="50%,50%" easing="in" tween="back" time="240"/>
<effect type="fade" start="100" end="0" time="240"/>
</animation>
<control type="group">
<animation type="Visible" reversible="false">
<effect type="zoom" start="80" end="160" center="50%,50%" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" end="100" time="240"/>
</animation>
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>1920</width>
<control type="group" id="40001">
<description>spinner</description>
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>160</width>
<height>160</height>
<control type="image">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>160</width>
<height>160</height>
<visible>!Window.IsTopMost(fullscreenvideo)</visible>
<aspectratio aligny="center">keep</aspectratio>
<texture colordiffuse="dimgray">dialogs/extendedprogress/loading-back.png</texture>
</control>
<control type="image">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>160</width>
<height>160</height>
<visible>!Window.IsTopMost(fullscreenvideo)</visible>
<aspectratio aligny="center">keep</aspectratio>
<texture>dialogs/extendedprogress/logo.png</texture>
</control>
<control type="image">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>160</width>
<height>160</height>
<visible>!Window.IsTopMost(fullscreenvideo)</visible>
<aspectratio aligny="center">keep</aspectratio>
<texture colordiffuse="FF01416b">dialogs/extendedprogress/loading.png</texture>
<animation effect="rotate" center="auto" start="360" end="0" time="1500" loop="true" condition="true">Conditional</animation>
</control>
</control>
</control>
</controls>
</window>