private void animate() {
   Util.animateSlideRight(imageView, 500);
   Util.animateRotationY(txtNumber, 500);
 }