@@ -102,7 +102,7 @@ public class SwitchAlbumView extends FrameLayout implements View.OnClickListener
private ObjectAnimator createHideAnim() {
ObjectAnimator objectAnimator = ObjectAnimator.ofFloat(mCsContent, "translationY", 0f, -mCsContent.getMeasuredHeight());
- objectAnimator.setDuration(200);
+ objectAnimator.setDuration(150);
return objectAnimator;
}