Decrease the animation delay when closing Folder from 2+ page. am: e8e6d9b658

Change-Id: I76fbab2eae9ef97dfff43f85d76f1446fa8fa8a7
This commit is contained in:
Jonathan Miranda 2017-07-18 18:57:43 +00:00
commit 79823ae46f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class PreviewItemManager {
static final int INITIAL_ITEM_ANIMATION_DURATION = 350;
private static final int FINAL_ITEM_ANIMATION_DURATION = 200;
private static final int SLIDE_IN_FIRST_PAGE_ANIMATION_DURATION_DELAY = 200;
private static final int SLIDE_IN_FIRST_PAGE_ANIMATION_DURATION_DELAY = 100;
private static final int SLIDE_IN_FIRST_PAGE_ANIMATION_DURATION = 300;
private static final int ITEM_SLIDE_IN_OUT_DISTANCE_PX = 200;