-
好好學學查看全部
-
為什么要使用動畫: IOS7風格的轉換: 擬物化 --> Flat design 扁平化 (優(yōu)點: 扁平化更適合多屏幕,減少設計師的工作量,新用戶利于接受)查看全部
-
網(wǎng)頁動畫的十二原則查看全部
-
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
提交
取消