博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
flip动画前后转3D功能
阅读量:6642 次
发布时间:2019-06-25

本文共 413 字,大约阅读时间需要 1 分钟。

flip动画前后转3D功能

CATransition *animation = [CATransition animation];

        animation.duration = 1.5;

        [animation setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut]];

        animation.type = @"oglFlip";

        animation.subtype = kCATransitionFromRight;

        [weakself.coverImageView.layer addAnimation:animation forKey:nil];

本文转自 卓行天下  51CTO博客,原文链接:http://blog.51cto.com/9951038/1745640,如需转载请自行联系原作者
你可能感兴趣的文章
centos 7 修改hostname
查看>>
linux awk命令
查看>>
Stack traces and the errors package
查看>>
mysql 数据库 分页查询优化
查看>>
linux开机logo 和 android开机logo 的修改
查看>>
okhttp3使用
查看>>
Android adb常见问题整理
查看>>
android跑马灯效果
查看>>
ubuntu下pip出错的临时解决办法
查看>>
MongoDB 用户权限管理手册
查看>>
妙味课堂cctv移动端项目
查看>>
谈谈CAS的常规用法
查看>>
Struts1 Action 属性详解
查看>>
mantis更改备忘
查看>>
Html5时钟的实现
查看>>
Android应用如何实现换肤功能
查看>>
Linux面试题集锦,测测你的水平(答案)二
查看>>
读懂正则表达式就这么简单
查看>>
python模块介绍-gearman:程序排程 概述
查看>>
利用autobench测试web服务器极限并发数
查看>>