Challenge: Animated Avatar Animate the image


Hint


_.animate(...);

This webpage displays an avatar's image and name (Aqualine!). In this first step, use jQuery's animate
function to make Aqualine grow larger.

Tip: Try using a CSS 'descendant selector' to select the image.