美文网首页
SwiftUI 动画之图片360度旋转动画(教程含源码)

SwiftUI 动画之图片360度旋转动画(教程含源码)

作者: iCloudEnd | 来源:发表于2021-01-19 10:34 被阅读0次

实战需求

SwiftUI 动画之图片360度旋转动画

本文价值与收获

看完本文后,您将能够作出下面的界面

截屏2021-01-13 上午10.59.24.png Jietu20210113-110036.gif

看完本文您将掌握的技能

  • 旋转效果.rotationEffect(.degrees(zRotateAnimation ? 360 : 0))
  • 动画效果 .animation(Animation.linear(duration: 1).repeatForever(autoreverses: true),value: self.zRotateAnimation)

实战代码

相关文章

网友评论

      本文标题:SwiftUI 动画之图片360度旋转动画(教程含源码)

      本文链接:https://www.haomeiwen.com/subject/imluaktx.html