Constants.swift 373 B

1234567891011
  1. //
  2. // Created by Jake Lin on 2/29/16.
  3. // Copyright (c) 2016 IBAnimatable. All rights reserved.
  4. //
  5. import Foundation
  6. // Default transition duration.
  7. // The default UIKit transtion animation duration is 0.35, but too fast for most of custom transition animations.
  8. public let defaultTransitionDuration: Duration = 0.75
  9. public let defaultPresentationDuration: Duration = 0.4