mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-22 20:02:47 +01:00
Added favorites playlist support for menus and merged/sub collections.
Improved sorting algorithm for playlists. The order now follows the order of the complete lis t. Added favorites playlist display to Aeon Nox theme. Added favorites common artwork. Added reloadableMedia support for playlist display.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
@@ -1970,4 +1970,46 @@
|
||||
</reloadableVideo>
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
<!-- Playlist -->
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
|
||||
|
||||
<reloadableImage type="playlist" mode="common" alpha="0" x="1100" y="430" xOrigin="center" yOrigin="top" maxHeight="40" layer="19">
|
||||
<onEnter>
|
||||
<set duration=".8">
|
||||
<animate type="nop"/>
|
||||
</set>
|
||||
</onEnter>
|
||||
<onExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onExit>
|
||||
<onMenuEnter menuIndex="0">
|
||||
<set duration=".8">
|
||||
<animate type="y" to="430" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuEnter menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="y" from="-50" to="2" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
<onIdle>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="0.5" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onIdle>
|
||||
</reloadableImage>
|
||||
|
||||
|
||||
</layout>
|
||||
|
||||
@@ -1970,4 +1970,46 @@
|
||||
</reloadableVideo>
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
<!-- Playlist -->
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
|
||||
|
||||
<reloadableImage type="playlist" mode="common" alpha="0" x="940" y="505" xOrigin="center" yOrigin="top" maxHeight="40" layer="19">
|
||||
<onEnter>
|
||||
<set duration=".8">
|
||||
<animate type="nop"/>
|
||||
</set>
|
||||
</onEnter>
|
||||
<onExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onExit>
|
||||
<onMenuEnter menuIndex="0">
|
||||
<set duration=".8">
|
||||
<animate type="y" to="505" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuEnter menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="y" from="-50" to="2" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
<onIdle>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="0.5" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onIdle>
|
||||
</reloadableImage>
|
||||
|
||||
|
||||
</layout>
|
||||
|
||||
@@ -1970,4 +1970,46 @@
|
||||
</reloadableVideo>
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
<!-- Playlist -->
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
|
||||
|
||||
<reloadableImage type="playlist" mode="common" alpha="0" x="1100" y="430" xOrigin="center" yOrigin="top" maxHeight="40" layer="19">
|
||||
<onEnter>
|
||||
<set duration=".8">
|
||||
<animate type="nop"/>
|
||||
</set>
|
||||
</onEnter>
|
||||
<onExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onExit>
|
||||
<onMenuEnter menuIndex="0">
|
||||
<set duration=".8">
|
||||
<animate type="y" to="430" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuEnter menuIndex="1">
|
||||
<set duration=".25">
|
||||
<animate type="y" from="-50" to="2" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuEnter>
|
||||
<onMenuExit>
|
||||
<set duration=".25">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onMenuExit>
|
||||
<onIdle>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="0.5" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
<set duration="1">
|
||||
<animate type="alpha" to="1" algorithm="easeinquadratic"/>
|
||||
</set>
|
||||
</onIdle>
|
||||
</reloadableImage>
|
||||
|
||||
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user