Skip to content

Latest commit

 

History

History
109 lines (33 loc) · 2.2 KB

File metadata and controls

109 lines (33 loc) · 2.2 KB

Swift-Animations-UX-in-Montion-part.3

實作 Creating Usability with Motion: The UX in Motion Manifesto 裡的動畫原理效果:

  • Obscuration

  • Parallax

  • Dimensionality

  • Dolly & Zoom

原文:

Creating Usability with Motion: The UX in Motion Manifesto

實作文章:

我自己的實作教學文章,分為兩篇:

Swift — 實作 Creating Usability with Motion: The UX in Motion Manifesto 的動畫效果 Part.5

Swift — 實作 Creating Usability with Motion: The UX in Motion Manifesto 的動畫效果 Part.6

Demo 畫面

Obscuration

  • Obscuration Demo

image

  • BlurEffect Demo

image

Parallax

  • Parallax Demo

image

  • UIInterpolatingMotionEffect Demo

image

Dimensionality

  • Flip Card

image

  • Flip TableView

image

Dolly & Zoom

  • Dolly Demo

image

  • Zoom Demo

image