Skip to content

Latest commit

 

History

History
117 lines (94 loc) · 5.6 KB

README.md

File metadata and controls

117 lines (94 loc) · 5.6 KB

🚃 TransitKit

Carthage compatible

TransitKit is the library provide you an easiest way to customize the animation when you change from one ViewController to another. You can think of this library as transit system, travel from one station to other station with trains in various lines.

Besides custom transition, Transit also helps you move subviews to the next ViewController with your custom animation.

Transit consists of four parts

  • Station is each view controller you animating to or from
  • Passenger is the subviews inside you view controller that you want to animate separately
  • Train is the data mover that move passengers from one station to another
  • Line is the animator to tell the library that how you going to animate between view con