redesigned animations

This commit is contained in:
louis
2016-07-22 15:21:09 +02:00
parent 4f3c24df7b
commit a79af20c34
70 changed files with 1484 additions and 827 deletions

View File

@@ -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>