HWPanModalInteractiveAnimator.m 246 B

12345678910111213141516
  1. //
  2. // HWPanModalInteractiveAnimator.m
  3. // HWPanModal
  4. //
  5. // Created by heath wang on 2019/5/14.
  6. //
  7. #import "HWPanModalInteractiveAnimator.h"
  8. @implementation HWPanModalInteractiveAnimator
  9. - (CGFloat)completionSpeed {
  10. return 0.618;
  11. }
  12. @end