|
|
@@ -81,11 +81,11 @@ public class MainContentsCategoryHolder extends MainContentsHolder {
|
|
|
|
|
|
// 첫 번째 카테고리만 에니메이션 적용
|
|
|
if (this.index == 1 && AnimatorManager.getInstance().isCompleted() == false) {
|
|
|
- textView.setTranslationY(100f);
|
|
|
+ textView.setTranslationY(150f);
|
|
|
|
|
|
ObjectAnimator textViewAnimator = ObjectAnimator.ofFloat(textView, "translationY", 0f);
|
|
|
textViewAnimator.setStartDelay(1100);
|
|
|
- textViewAnimator.setDuration(500);
|
|
|
+ textViewAnimator.setDuration(700);
|
|
|
textViewAnimator.addListener(new AnimatorManager.SimpleListener());
|
|
|
|
|
|
AnimatorManager.getInstance().add(textViewAnimator);
|