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

Commit e42eca39 authored by Bobby Georgescu's avatar Bobby Georgescu Committed by Android (Google) Code Review
Browse files

Merge "Tweak transition animations" into gb-ub-photos-arches

parents c778aab1 a41c8776
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public class StateTransitionAnimation extends Animation {
        public static final Spec INCOMING;
        public static final Spec PHOTO_INCOMING;

        public int duration = 330;
        public int duration = 250;
        public float backgroundAlphaFrom = 0;
        public float backgroundAlphaTo = 0;
        public float backgroundScaleFrom = 0;
@@ -48,7 +48,7 @@ public class StateTransitionAnimation extends Animation {

        static {
            OUTGOING = new Spec();
            OUTGOING.backgroundAlphaFrom = 1f;
            OUTGOING.backgroundAlphaFrom = 0.5f;
            OUTGOING.backgroundAlphaTo = 0f;
            OUTGOING.backgroundScaleFrom = 1f;
            OUTGOING.backgroundScaleTo = 0f;