mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
(modern-DE) Added transitions animation profiles.
This commit is contained in:
parent
6a8fb702f7
commit
e4899b1414
|
@ -16,6 +16,45 @@
|
||||||
<label>Light mode</label>
|
<label>Light mode</label>
|
||||||
</colorScheme>
|
</colorScheme>
|
||||||
|
|
||||||
|
<transitions name="instantAndSlide">
|
||||||
|
<label>instant and slide</label>
|
||||||
|
<selectable>true</selectable>
|
||||||
|
<systemToSystem>instant</systemToSystem>
|
||||||
|
<systemToGamelist>slide</systemToGamelist>
|
||||||
|
<gamelistToGamelist>slide</gamelistToGamelist>
|
||||||
|
<gamelistToSystem>slide</gamelistToSystem>
|
||||||
|
<startupToSystem>slide</startupToSystem>
|
||||||
|
<startupToGamelist>slide</startupToGamelist>
|
||||||
|
</transitions>
|
||||||
|
|
||||||
|
<transitions name="instantAndFade">
|
||||||
|
<label>instant and fade</label>
|
||||||
|
<selectable>true</selectable>
|
||||||
|
<systemToSystem>instant</systemToSystem>
|
||||||
|
<systemToGamelist>fade</systemToGamelist>
|
||||||
|
<gamelistToGamelist>fade</gamelistToGamelist>
|
||||||
|
<gamelistToSystem>fade</gamelistToSystem>
|
||||||
|
<startupToSystem>slide</startupToSystem>
|
||||||
|
<startupToGamelist>slide</startupToGamelist>
|
||||||
|
</transitions>
|
||||||
|
|
||||||
|
<transitions name="instant">
|
||||||
|
<label>instant</label>
|
||||||
|
<selectable>true</selectable>
|
||||||
|
<systemToSystem>instant</systemToSystem>
|
||||||
|
<systemToGamelist>instant</systemToGamelist>
|
||||||
|
<gamelistToGamelist>instant</gamelistToGamelist>
|
||||||
|
<gamelistToSystem>instant</gamelistToSystem>
|
||||||
|
<startupToSystem>slide</startupToSystem>
|
||||||
|
<startupToGamelist>slide</startupToGamelist>
|
||||||
|
</transitions>
|
||||||
|
|
||||||
|
<suppressTransitionProfiles>
|
||||||
|
<entry>builtin-instant</entry>
|
||||||
|
<entry>builtin-slide</entry>
|
||||||
|
<entry>builtin-fade</entry>
|
||||||
|
</suppressTransitionProfiles>
|
||||||
|
|
||||||
<variant name="withVideos">
|
<variant name="withVideos">
|
||||||
<label>Textlist with videos</label>
|
<label>Textlist with videos</label>
|
||||||
<selectable>true</selectable>
|
<selectable>true</selectable>
|
||||||
|
|
Loading…
Reference in a new issue