-
好好学学查看全部
-
为什么要使用动画: IOS7风格的转换: 拟物化 --> Flat design 扁平化 (优点: 扁平化更适合多屏幕,减少设计师的工作量,新用户利于接受)查看全部
-
网页动画的十二原则查看全部
-
vimeo.com/93206523查看全部
-
UIView animateWithDuration查看全部
-
https://en.wikipedia.org/wiki/12_basic_principles_of_animation查看全部
-
https://cssanimation.rocks查看全部
-
https://guge.io/design/spec/animation/authentic-motion.html ,google Authentic motion查看全部
-
http://www.google.com/design/spec/animation/authentic-motion.html查看全部
-
http://the12principles.tumblr.com/查看全部
-
老师讲的好好!查看全部
-
https://dribbble.com/ http://the12principles.tumblr.com/查看全部
-
感觉老师有点装。。这些基本英语大家都懂,就不用说了吧。。查看全部
-
怎么加入课程呢查看全部
-
func spin () { UIView.animateWithDuration(1, delay: 0, options: UIViewAnimationOptions.CurveLinear, animations: { self.wheel.transform = CGAffineTransformRotate(self.wheel.transform, CGFloat(M_PI)) }) { (finished) -> Void in self.spin() } } override func viewDidAppear(animated: Bool) { super.viewDidAppear(animated) self.spin() }查看全部
举报
0/150
提交
取消