Home
last modified time | relevance | path

Searched refs:animation (Results 1 – 25 of 240) sorted by relevance

12345678910

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationDriver.cpp21 for (auto &animation : inflightAnimations_) { in animationMutationsForFrame() local
22 if (animation.surfaceId != surfaceId) { in animationMutationsForFrame()
25 if (animation.completed) { in animationMutationsForFrame()
30 for (auto &keyframe : animation.keyFrames) { in animationMutationsForFrame()
40 auto const layoutAnimationConfig = animation.layoutAnimationConfig; in animationMutationsForFrame()
50 calculateAnimationProgress(now, animation, mutationConfig); in animationMutationsForFrame()
72 animation.completed = true; in animationMutationsForFrame()
79 const auto &animation = *it; in animationMutationsForFrame() local
80 if (animation.completed) { in animationMutationsForFrame()
81 callCallback(animation.successCallback); in animationMutationsForFrame()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationDriver.cpp21 for (auto &animation : inflightAnimations_) { in animationMutationsForFrame() local
22 if (animation.surfaceId != surfaceId) { in animationMutationsForFrame()
25 if (animation.completed) { in animationMutationsForFrame()
30 for (auto &keyframe : animation.keyFrames) { in animationMutationsForFrame()
40 auto const layoutAnimationConfig = animation.layoutAnimationConfig; in animationMutationsForFrame()
50 calculateAnimationProgress(now, animation, mutationConfig); in animationMutationsForFrame()
72 animation.completed = true; in animationMutationsForFrame()
79 const auto &animation = *it; in animationMutationsForFrame() local
80 if (animation.completed) { in animationMutationsForFrame()
81 callCallback(animation.successCallback); in animationMutationsForFrame()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationDriver.cpp22 for (auto &animation : inflightAnimations_) { in animationMutationsForFrame() local
23 if (animation.surfaceId != surfaceId) { in animationMutationsForFrame()
26 if (animation.completed) { in animationMutationsForFrame()
31 for (auto &keyframe : animation.keyFrames) { in animationMutationsForFrame()
41 auto const layoutAnimationConfig = animation.layoutAnimationConfig; in animationMutationsForFrame()
51 calculateAnimationProgress(now, animation, mutationConfig); in animationMutationsForFrame()
73 animation.completed = true; in animationMutationsForFrame()
80 const auto &animation = *it; in animationMutationsForFrame() local
81 if (animation.completed) { in animationMutationsForFrame()
82 callCallback(animation.successCallback); in animationMutationsForFrame()
[all …]
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REAAllTransitions.m131 CABasicAnimation *animation;
138 animation.fromValue = @(0.0f);
139 animation.toValue = @(finalOpacity);
171 animation.toValue = @(finalPosition);
175 animation.fillMode = kCAFillModeBackwards;
202 CABasicAnimation *animation;
208 animation.fromValue = @(fromValue);
209 animation.toValue = @(0.0f);
243 animation.toValue = @(finalPosition);
282 [animations addObject:animation];
[all …]
H A DABI48_0_0REATransition.m97 [animation play];
181 if (animation != nil) {
182 animation.animation.timingFunction = self.mediaTiming;
183 animation.animation.duration = self.duration;
184 [animation delayBy:self.delay];
189 // animation.animation.duration -= propagationDelay;
190 [animations addObject:animation];
196 if (animation != nil) {
197 animation.animation.timingFunction = self.mediaTiming;
198 animation.animation.duration = self.duration;
[all …]
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REAAllTransitions.m131 CABasicAnimation *animation;
138 animation.fromValue = @(0.0f);
139 animation.toValue = @(finalOpacity);
171 animation.toValue = @(finalPosition);
175 animation.fillMode = kCAFillModeBackwards;
202 CABasicAnimation *animation;
208 animation.fromValue = @(fromValue);
209 animation.toValue = @(0.0f);
243 animation.toValue = @(finalPosition);
282 [animations addObject:animation];
[all …]
H A DABI47_0_0REATransition.m97 [animation play];
181 if (animation != nil) {
182 animation.animation.timingFunction = self.mediaTiming;
183 animation.animation.duration = self.duration;
184 [animation delayBy:self.delay];
189 // animation.animation.duration -= propagationDelay;
190 [animations addObject:animation];
196 if (animation != nil) {
197 animation.animation.timingFunction = self.mediaTiming;
198 animation.animation.duration = self.duration;
[all …]
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI47_0_0RNSkValue.h41 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
47 auto animation = value.asObject(runtime).getHostObject<ABI47_0_0RNSkAnimation>(runtime); in JSI_PROPERTY_SET() local
48 if(animation != nullptr) { in JSI_PROPERTY_SET()
50 subscribe(animation); in JSI_PROPERTY_SET()
59 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
67 JSI_EXPORT_PROP_SET(ABI47_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
71 JSI_EXPORT_PROP_GET(ABI47_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
79 void subscribe(std::shared_ptr<ABI47_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
80 if(animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
81 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI48_0_0RNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(ABI48_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(ABI48_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<ABI48_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkValue.h41 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
47 auto animation = value.asObject(runtime).getHostObject<RNSkAnimation>(runtime); in JSI_PROPERTY_SET() local
48 if(animation != nullptr) { in JSI_PROPERTY_SET()
50 subscribe(animation); in JSI_PROPERTY_SET()
59 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
67 JSI_EXPORT_PROP_SET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
71 JSI_EXPORT_PROP_GET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
79 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
80 if(animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
81 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/
H A DABI49_0_0RNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(ABI49_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(ABI49_0_0RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<ABI49_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/
H A DRNSkValue.h37 JSI_PROPERTY_SET(animation) { in JSI_PROPERTY_SET() argument
44 auto animation = in JSI_PROPERTY_SET() local
46 if (animation != nullptr) { in JSI_PROPERTY_SET()
48 subscribe(animation); in JSI_PROPERTY_SET()
57 JSI_PROPERTY_GET(animation) { in JSI_PROPERTY_GET() argument
65 JSI_EXPORT_PROP_SET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS() argument
70 JSI_EXPORT_PROP_GET(RNSkValue, animation)) in JSI_EXPORT_PROPERTY_SETTERS()
76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
77 if (animation != nullptr) { in JSI_EXPORT_PROPERTY_SETTERS()
78 _animation = animation; in JSI_EXPORT_PROPERTY_SETTERS()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValueSetterProxy.cpp19 if (mutableValue->animation.expired()) { in set()
20 mutableValue->animation = mutableValue->getWeakRef(rt); in set()
22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set()
38 if (mutableValue->animation.expired()) { in get()
39 mutableValue->animation = mutableValue->getWeakRef(rt); in get()
41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValueSetterProxy.cpp19 if (mutableValue->animation.expired()) { in set()
20 mutableValue->animation = mutableValue->getWeakRef(rt); in set()
22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set()
38 if (mutableValue->animation.expired()) { in get()
39 mutableValue->animation = mutableValue->getWeakRef(rt); in get()
41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValueSetterProxy.cpp19 if (mutableValue->animation.expired()) { in set()
20 mutableValue->animation = mutableValue->getWeakRef(rt); in set()
22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set()
38 if (mutableValue->animation.expired()) { in get()
39 mutableValue->animation = mutableValue->getWeakRef(rt); in get()
41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValueSetterProxy.cpp19 if (mutableValue->animation.expired()) { in set()
20 mutableValue->animation = mutableValue->getWeakRef(rt); in set()
22 *mutableValue->animation.lock() = jsi::Value(rt, newValue); in set()
38 if (mutableValue->animation.expired()) { in get()
39 mutableValue->animation = mutableValue->getWeakRef(rt); in get()
41 return jsi::Value(rt, *mutableValue->animation.lock()); in get()
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorSourceMapStatus.js40 animation: null, property
45 if (state.animation == null) {
47 … const animation = react_native_1.Animated.loop(react_native_1.Animated.timing(animated, {
54 animation, field
60 animation.start();
64 if (state.animation != null) {
65 state.animation.stop();
67 animation: null, property
73 if (state.animation != null) {
74 state.animation.stop();
[all …]
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorSourceMapStatus.tsx24 animation: null,
30 if (state.animation == null) {
32 const animation = Animated.loop(
41 animation,
47 animation.start();
50 if (state.animation != null) {
51 state.animation.stop();
53 animation: null,
60 if (state.animation != null) {
61 state.animation.stop();
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DLoadingView.kt9 import android.view.animation.AccelerateDecelerateInterpolator
10 import android.view.animation.AlphaAnimation
11 import android.view.animation.Animation
68 override fun onAnimationStart(animation: Animation) {} in hide()
69 override fun onAnimationRepeat(animation: Animation) {} in hide()
70 override fun onAnimationEnd(animation: Animation) { in hide()
/expo/packages/expo-image/build/web/
H A DAnimationManager.js68 const animation = getAnimatorFromTransition(transition);
89 if (animation) {
105 if (animation) {
139 transitionDuration: `${animation?.duration || 0}ms`,
140 transitionTimingFunction: animation?.timingFunction || 'linear',
143 in: animation?.animateInClass,
144 out: animation?.animateOutClass,
145 mounted: animation?.startingClass,
149 ….map((n) => (React.createElement("div", { className: animation?.containerClass, key: n.animationKe…
/expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/
H A DScreenStackFragment.kt13 import android.view.animation.Animation in <lambda>()
14 import android.view.animation.AnimationSet in <lambda>()
15 import android.view.animation.Transformation in <lambda>()
195 override fun onAnimationStart(animation: Animation) { in <lambda>()
199 override fun onAnimationEnd(animation: Animation) { in <lambda>()
203 override fun onAnimationRepeat(animation: Animation) {} in <lambda>()
206 override fun startAnimation(animation: Animation) { in <lambda>()
216 val fakeAnimation = ScreensAnimation(mFragment).apply { duration = animation.duration } in <lambda>()
218 if (animation is AnimationSet && !mFragment.isRemoving) { in <lambda>()
219 animation.apply { in <lambda>()
[all …]
/expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/
H A DScreenStackFragment.kt13 import android.view.animation.Animation in <lambda>()
14 import android.view.animation.AnimationSet in <lambda>()
15 import android.view.animation.Transformation in <lambda>()
195 override fun onAnimationStart(animation: Animation) { in <lambda>()
199 override fun onAnimationEnd(animation: Animation) { in <lambda>()
203 override fun onAnimationRepeat(animation: Animation) {} in <lambda>()
206 override fun startAnimation(animation: Animation) { in <lambda>()
216 val fakeAnimation = ScreensAnimation(mFragment).apply { duration = animation.duration } in <lambda>()
218 if (animation is AnimationSet && !mFragment.isRemoving) { in <lambda>()
219 animation.apply { in <lambda>()
[all …]

12345678910