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

Commit b255e49f authored by Winson Chung's avatar Winson Chung
Browse files

Ensuring that the alpha and translation animation durations are the same. (Bug 18609321)

parent fc33cdf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class AppTransition implements Dump {
    private static final float RECENTS_THUMBNAIL_FADEOUT_FRACTION = 0.3f;

    private static final int DEFAULT_APP_TRANSITION_DURATION = 250;
    private static final int THUMBNAIL_APP_TRANSITION_DURATION = 300;
    private static final int THUMBNAIL_APP_TRANSITION_DURATION = 325;
    private static final int THUMBNAIL_APP_TRANSITION_ALPHA_DURATION = 325;

    private final Context mContext;