UIViewAnimationCurveEaseInOut // 开头结尾慢中间快 UIViewAnimationCurveEaseIn // 先慢后快 UIViewAnimationCurveEaseOut // 先快后慢 UIViewAnimationCurveLinear // 整个过程匀速