chunkyguy / CATransition-Demo

Sample Swift project and animated GIFs to demonstrate the various CATransition animations availible on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#CATransition Demonstration

##Demonstrations

##Types (type of animation)

  • fade
  • moveIn
  • push
  • reveal

##Subtypes (direction of animation) Not all types have a direction. As one can see from the above demonstrations, subtype directions make no changes to the transitions such as "fade."

  • fromLeft
  • fromRight
  • fromTop
  • fromBottom

##How to use CATransition You can either enter the types as constants, or use the String values that I have listed above.

About

Sample Swift project and animated GIFs to demonstrate the various CATransition animations availible on iOS


Languages

Language:Swift 100.0%