|
|
@@ -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) {
|