mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(modern-DE) Changed the default transition animations profile.
This commit is contained in:
parent
370adbb369
commit
3020ed69bc
|
@ -16,6 +16,17 @@
|
|||
<label>Light mode</label>
|
||||
</colorScheme>
|
||||
|
||||
<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>
|
||||
|
||||
<transitions name="instantAndSlide">
|
||||
<label>instant and slide</label>
|
||||
<selectable>true</selectable>
|
||||
|
@ -38,17 +49,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue