Home
last modified time | relevance | path

Searched refs:animationType (Results 1 – 25 of 56) sorted by relevance

123

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0utils.cpp17 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 DABI48_0_0conversions.h85 const auto animationType = parseAnimationType(animationTypeParam.asString()); in parseAnimationConfig() local
86 if (!animationType) { in parseAnimationConfig()
167 *animationType, in parseAnimationConfig()
H A DABI48_0_0primitives.h41 AnimationType animationType = AnimationType::None; member
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0utils.cpp18 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 DABI47_0_0conversions.h85 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 DABI49_0_0utils.cpp17 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 DABI49_0_0conversions.h85 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 DModalScreen.tsx9 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 DABI47_0_0RCTLayoutAnimation.h19 @property (nonatomic, readonly) ABI47_0_0RCTAnimationType animationType;
28 animationType:(ABI47_0_0RCTAnimationType)animationType;
H A DABI47_0_0RCTLayoutAnimation.m62 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 DABI49_0_0RCTLayoutAnimation.h19 @property (nonatomic, readonly) ABI49_0_0RCTAnimationType animationType;
28 animationType:(ABI49_0_0RCTAnimationType)animationType;
H A DABI49_0_0RCTLayoutAnimation.m62 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 DABI48_0_0RCTLayoutAnimation.h19 @property (nonatomic, readonly) ABI48_0_0RCTAnimationType animationType;
28 animationType:(ABI48_0_0RCTAnimationType)animationType;
H A DABI48_0_0RCTLayoutAnimation.m62 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 DModal.d.ts26 animationType?: 'none' | 'slide' | 'fade' | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Modal/
H A DModal.d.ts26 animationType?: 'none' | 'slide' | 'fade' | undefined; property
/expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/
H A DEmojiPicker.js6 <Modal animationType="slide" transparent={true} visible={isVisible}>
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REAAllTransitions.h10 @property (nonatomic) ABI48_0_0REATransitionAnimationType animationType;
H A DABI48_0_0REAAllTransitions.m132 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 DEmojiPicker.js6 <Modal animationType="slide" transparent={true} visible={isVisible}>
/expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/
H A DEmojiPicker.js6 <Modal animationType="slide" transparent={true} visible={isVisible}>
/expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/
H A DEmojiPicker.js6 <Modal animationType="slide" transparent={true} visible={isVisible}>
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REAAllTransitions.h10 @property (nonatomic) ABI47_0_0REATransitionAnimationType animationType;
H A DABI47_0_0REAAllTransitions.m132 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 DEmojiPicker.js6 <Modal animationType="slide" transparent={true} visible={isVisible}>

123