mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
redesigned animations
This commit is contained in:
@@ -44,10 +44,9 @@
|
||||
</sortmode>
|
||||
|
||||
<menuitems x="0" y="10%" orientation="vertical" width="100%" height="82%" align="center" numlistelements="{listitemsmax}">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- Background -->
|
||||
<area x="1%" width="58%" layer="2">
|
||||
<fill condition="not{current}" color="{clrTransparent}" />
|
||||
<area indicator="true" x="1%" width="58%" layer="2">
|
||||
<fill condition="{folder}" color="{menuseparator}" />
|
||||
<fill condition="{current}" color="{menuactive}" />
|
||||
</area>
|
||||
@@ -99,10 +98,9 @@
|
||||
</menuitems>
|
||||
|
||||
<menuitems x="0" y="10%" orientation="horizontal" width="100%" height="82%" align="center" numlistelements="10">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- Background -->
|
||||
<area y="64%" height="36%" layer="2">
|
||||
<fill condition="not{current}" color="{clrTransparent}" />
|
||||
<area indicator="true" y="64%" height="36%" layer="2">
|
||||
<fill condition="{folder}" color="{menuseparator}" />
|
||||
<fill condition="{current}" color="{menuactive}" />
|
||||
</area>
|
||||
|
||||
Reference in New Issue
Block a user