Skip to content

Latest commit

 

History

History
11 lines (4 loc) · 460 Bytes

README.md

File metadata and controls

11 lines (4 loc) · 460 Bytes

Constraint Animation Template

For animating a logo from Launch Screen to the first View Controller using constraints

demo.mp4

The strategy is to use two sets of Constraints. The initial ones that match the LauncScreen layout, that will be disabled with an animation, and a second set with lower priority, that will kick in when the first set is disabled.