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

Commit 92fac562 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Tweak QQS <-> QS animation.

Add a start delay so users do not see the footer divider intersecting
the animating second row of QS tiles.

Test: visual
Change-Id: Iea0a0ec7a3a4e849dc774bc5c1bd452ff56c3854
parent 2144158a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
                .addFloat(mActionsContainer, "alpha", 0, 1)
                .addFloat(mDragHandle, "translationY", mDragHandleExpandOffset, 0)
                .addFloat(mDragHandle, "alpha", 1, 0)
                .setStartDelay(0.15f)
                .build();
    }