Animate constructor

Animate(
  1. Animation animation
)

Implementation

Animate(Animation animation) {
  initWithAnimation(animation);
}