react-native-navigation的迁移库

RNNTransitionOptions.h 288B

1234567891011
  1. #import "RNNOptions.h"
  2. @interface RNNTransitionOptions : RNNOptions
  3. @property (nonatomic, strong) NSArray* animations;
  4. @property (nonatomic, strong) NSNumber* duration;
  5. @property (nonatomic, strong) NSNumber* springDamping;
  6. @property (nonatomic, strong) NSNumber* springVelocity;
  7. @end