Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 983ac31a authored by Galia Peycheva's avatar Galia Peycheva
Browse files

Enable two-part fade on TV icon splash screens

The splash screen exit animation reveals the content of the app.
If the splash screen shows an icon, this CL changes the exit animation such that the icon fades out first and then the splash screen window is faded out. This prevents the icon overlapping with the app content, which doesn't look good

Bug: 296354973
Test: manual
Change-Id: I20cc0745c2f5f8dd6e21d3654110b9eca543b80c
parent 2cca910b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,13 +45,13 @@
    <integer name="config_pipForceCloseDelay">5000</integer>

    <!-- Animation duration when exit starting window: fade out icon -->
    <integer name="starting_window_app_reveal_icon_fade_out_duration">500</integer>
    <integer name="starting_window_app_reveal_icon_fade_out_duration">200</integer>

    <!-- Animation delay when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_delay">0</integer>
    <integer name="starting_window_app_reveal_anim_delay">200</integer>

    <!-- Animation duration when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_duration">500</integer>
    <integer name="starting_window_app_reveal_anim_duration">300</integer>

    <!-- Default animation type when hiding the starting window. The possible values are:
          - 0 for radial vanish + slide up