Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 865 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 865 Bytes

AdvancedAnimations

A demo references to WWDC2017 "Advanced Animations with UIKit" Session

  • Features

  • Using UIViewPropertyAnimator

  • View frame animator

  • View blur animator

  • View scale animator

  • View corner radius animator

  • View key frame animator

  • Be able to interrute

  • Tap & pan gesture

  • Issues

  • UIViewPropertyAnimator only supported from iOS10

  • Some features only work on iOS11 like corner radius "maskedCorners"

  • When animators are interruted blur effect not works well