# PruchaseCarAnimation **Repository Path**: developeral/PruchaseCarAnimation ## Basic Information - **Project Name**: PruchaseCarAnimation - **Description**: ios 添加购物车的交互动画 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PurchaseCarAnimation ios 添加购物车的交互动画 ![Untitled.gif](http://upload-images.jianshu.io/upload_images/1306084-883f3fdcb2e74b08.gif?imageMogr2/auto-orient/strip) 相关调用 ``` python /** * 开始动画 * * @param view 添加动画的view * @param rect view 的绝对frame * @param finishPoint 下落的位置 * @param animationFinisnBlock 动画完成回调 */ -(void)startAnimationandView:(UIView *)view andRect:(CGRect)rect andFinisnRect:(CGPoint)finishPoint andFinishBlock:(animationFinisnBlock)completion; ``` 简书地址 http://www.jianshu.com/p/bd650158d44c