Decrease the animation delay when closing Folder from 2+ page. am: e8e6d9b658
Change-Id: I76fbab2eae9ef97dfff43f85d76f1446fa8fa8a7
This commit is contained in:
commit
79823ae46f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue