[UIView animateWithDuration:0.4 animations:^{
animationView.frame = CGRectMake(100,200, animationView.frame.size.width, animationView.frame.size.height);
}];