| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI48_0_0utils.cpp | 17 if (mutationConfig.animationType == AnimationType::None) { in calculateAnimationProgress() 35 if (mutationConfig.animationType == AnimationType::Linear) { in calculateAnimationProgress() 37 } else if (mutationConfig.animationType == AnimationType::EaseIn) { in calculateAnimationProgress() 42 } else if (mutationConfig.animationType == AnimationType::EaseOut) { in calculateAnimationProgress() 47 } else if (mutationConfig.animationType == AnimationType::EaseInEaseOut) { in calculateAnimationProgress() 53 } else if (mutationConfig.animationType == AnimationType::Spring) { in calculateAnimationProgress()
|
| H A D | ABI48_0_0conversions.h | 85 const auto animationType = parseAnimationType(animationTypeParam.asString()); in parseAnimationConfig() local 86 if (!animationType) { in parseAnimationConfig() 167 *animationType, in parseAnimationConfig()
|
| H A D | ABI48_0_0primitives.h | 41 AnimationType animationType = AnimationType::None; member
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI47_0_0utils.cpp | 18 if (mutationConfig.animationType == AnimationType::None) { in calculateAnimationProgress() 36 if (mutationConfig.animationType == AnimationType::Linear) { in calculateAnimationProgress() 38 } else if (mutationConfig.animationType == AnimationType::EaseIn) { in calculateAnimationProgress() 43 } else if (mutationConfig.animationType == AnimationType::EaseOut) { in calculateAnimationProgress() 48 } else if (mutationConfig.animationType == AnimationType::EaseInEaseOut) { in calculateAnimationProgress() 54 } else if (mutationConfig.animationType == AnimationType::Spring) { in calculateAnimationProgress()
|
| H A D | ABI47_0_0conversions.h | 85 const auto animationType = parseAnimationType(animationTypeParam.asString()); in parseAnimationConfig() local 86 if (!animationType) { in parseAnimationConfig() 167 *animationType, in parseAnimationConfig()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI49_0_0utils.cpp | 17 if (mutationConfig.animationType == AnimationType::None) { in calculateAnimationProgress() 35 if (mutationConfig.animationType == AnimationType::Linear) { in calculateAnimationProgress() 37 } else if (mutationConfig.animationType == AnimationType::EaseIn) { in calculateAnimationProgress() 42 } else if (mutationConfig.animationType == AnimationType::EaseOut) { in calculateAnimationProgress() 47 } else if (mutationConfig.animationType == AnimationType::EaseInEaseOut) { in calculateAnimationProgress() 53 } else if (mutationConfig.animationType == AnimationType::Spring) { in calculateAnimationProgress()
|
| H A D | ABI49_0_0conversions.h | 85 const auto animationType = parseAnimationType(animationTypeParam.asString()); in parseAnimationConfig() local 86 if (!animationType) { in parseAnimationConfig() 167 *animationType, in parseAnimationConfig()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ModalScreen.tsx | 9 animationType?: 'none' | 'slide' | 'fade'; 19 animationType: 'none', 35 animationType={this.state.animationType} 58 this.setState({ modalVisible: true, animationType: 'slide' }); 68 this.setState({ modalVisible: true, animationType: 'fade' });
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/ |
| H A D | ABI47_0_0RCTLayoutAnimation.h | 19 @property (nonatomic, readonly) ABI47_0_0RCTAnimationType animationType; 28 animationType:(ABI47_0_0RCTAnimationType)animationType;
|
| H A D | ABI47_0_0RCTLayoutAnimation.m | 62 animationType:(ABI47_0_0RCTAnimationType)animationType 70 _animationType = animationType; 134 _animationType == animation.animationType; 141 …ration: %f; delay: %f; property: %@; springDamping: %f; initialVelocity: %f; animationType: %li;>",
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/ |
| H A D | ABI49_0_0RCTLayoutAnimation.h | 19 @property (nonatomic, readonly) ABI49_0_0RCTAnimationType animationType; 28 animationType:(ABI49_0_0RCTAnimationType)animationType;
|
| H A D | ABI49_0_0RCTLayoutAnimation.m | 62 animationType:(ABI49_0_0RCTAnimationType)animationType 70 _animationType = animationType; 134 _animationType == animation.animationType; 141 …ration: %f; delay: %f; property: %@; springDamping: %f; initialVelocity: %f; animationType: %li;>",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/ |
| H A D | ABI48_0_0RCTLayoutAnimation.h | 19 @property (nonatomic, readonly) ABI48_0_0RCTAnimationType animationType; 28 animationType:(ABI48_0_0RCTAnimationType)animationType;
|
| H A D | ABI48_0_0RCTLayoutAnimation.m | 62 animationType:(ABI48_0_0RCTAnimationType)animationType 70 _animationType = animationType; 134 _animationType == animation.animationType; 141 …ration: %f; delay: %f; property: %@; springDamping: %f; initialVelocity: %f; animationType: %li;>",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Modal/ |
| H A D | Modal.d.ts | 26 animationType?: 'none' | 'slide' | 'fade' | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Modal/ |
| H A D | Modal.d.ts | 26 animationType?: 'none' | 'slide' | 'fade' | undefined; property
|
| /expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 6 <Modal animationType="slide" transparent={true} visible={isVisible}>
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/ |
| H A D | ABI48_0_0REAAllTransitions.h | 10 @property (nonatomic) ABI48_0_0REATransitionAnimationType animationType;
|
| H A D | ABI48_0_0REAAllTransitions.m | 132 switch (self.animationType) { 155 switch (self.animationType) { 191 if (self.animationType == ABI48_0_0REATransitionAnimationTypeNone) { 203 switch (self.animationType) { 226 switch (self.animationType) {
|
| /expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 6 <Modal animationType="slide" transparent={true} visible={isVisible}>
|
| /expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 6 <Modal animationType="slide" transparent={true} visible={isVisible}>
|
| /expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 6 <Modal animationType="slide" transparent={true} visible={isVisible}>
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/ |
| H A D | ABI47_0_0REAAllTransitions.h | 10 @property (nonatomic) ABI47_0_0REATransitionAnimationType animationType;
|
| H A D | ABI47_0_0REAAllTransitions.m | 132 switch (self.animationType) { 155 switch (self.animationType) { 191 if (self.animationType == ABI47_0_0REATransitionAnimationTypeNone) { 203 switch (self.animationType) { 226 switch (self.animationType) {
|
| /expo/docs/public/static/examples/unversioned/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 6 <Modal animationType="slide" transparent={true} visible={isVisible}>
|