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

Bug: 36022592
Change-Id: I3ec956b354efb3836c4c3cf9baf361f763faae1f
This commit is contained in:
Jon Miranda 2017-07-18 11:58:22 -07:00
parent 751ea1c10e
commit e8e6d9b658
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;