Added fade in/out for the devices in the main menu in the MAMEd themes.

This commit is contained in:
Pieter Hulshoff 2015-03-06 14:19:30 +01:00
parent 3b1b2833c8
commit 92f386b582
3 changed files with 36 additions and 3 deletions

View File

@ -100,7 +100,18 @@
</reloadableImage>
<reloadableImage type="device" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3"/>
<reloadableImage type="device" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3">
<onHighlightEnter menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableImage>
<reloadableImage type="device" mode="system" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3"/>

View File

@ -114,7 +114,18 @@
</reloadableImage>
<reloadableImage type="device" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3"/>
<reloadableImage type="device" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3">
<onHighlightEnter menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableImage>
<reloadableImage type="device" mode="system" x="1510" y="319" xOrigin="center" yOrigin="center" height="326" maxWidth="432" layer="3"/>

View File

@ -61,7 +61,18 @@
</onHighlightExit>
</reloadableVideo>
<reloadableImage type="device" x="1258" y="355" xOrigin="center" yOrigin="center" height="362" maxWidth="360" layer="3"/>
<reloadableImage type="device" x="1258" y="355" xOrigin="center" yOrigin="center" height="362" maxWidth="360" layer="3">
<onHighlightEnter menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableImage>
<reloadableImage type="device" mode="system" x="1258" y="355" xOrigin="center" yOrigin="center" height="362" maxWidth="360" layer="3"/>