Kaynağa Gözat

[튜토리얼][New] 버킷 튜토리얼 모션 변경
- 2페이지 나올 때 1페이지 슬라이딩 추가

hyodong.min 6 yıl önce
ebeveyn
işleme
b6633559a6

+ 2 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/Tutorial.java

@@ -283,6 +283,8 @@ public class Tutorial {
         bucketSecondView.setTranslationX(screenWidth);
         Tutorial.this.animator = translateAnimator1;
         translateAnimator1.start();
+
+        bucketFirstView.animate().withLayer().setDuration(1000).translationX(-screenWidth).start();
       }
     });
 
@@ -295,7 +297,6 @@ public class Tutorial {
       }
     });
 
-
     third.addListener(new SimpleAnimatorListener() {
       @Override
       public void onAnimationEnd(Animator animator) {