mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-24 15:48:52 +01:00
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<layout width="1920" height="1080" font="Age.otf" loadFontSize="32" fontColor="eeeeee">
|
|
|
|
<!-- border for menu -->
|
|
<container backgroundColor="C0392B" backgroundAlpha="1.0" x="0" y="0" height="stretch" width="stretch" layer="0" />
|
|
|
|
<!-- logo -->
|
|
<image x="center" y="center" height="150" xOrigin="center" yOrigin="center" src="logo.png" layer="1" alpha="1">
|
|
<onEnter>
|
|
<set duration=".5">
|
|
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
|
|
</set>
|
|
</onEnter>
|
|
<onIdle>
|
|
<set duration=".5">
|
|
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
|
|
</set>
|
|
<set duration=".5">
|
|
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
|
|
</set>
|
|
</onIdle>
|
|
<onExit>
|
|
<set duration=".5">
|
|
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
|
|
</set>
|
|
</onExit>
|
|
</image>
|
|
|
|
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" layer="2" fontSize="25" />
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
|