Latest Sapient Aptitude Question SOLUTION: What will be the output of the following code? AnimatorSet bouncer = new AnimatorSet(); bouncer.play(bounceAnim).before(squashAnim1); bouncer.play(squashAnim1).with(squashAnim2);