(modern-DE) Changed the default transition animations profile.

This commit is contained in:
Leon Styhre 2023-01-09 17:50:14 +01:00
parent 370adbb369
commit 3020ed69bc

View file

@ -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>