Home
last modified time | relevance | path

Searched refs:animate (Results 1 – 25 of 71) sorted by relevance

123

/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsCameraAnimations.swift29 if cameraMove.animate { in moveCamera()
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsCameraAnimations.swift29 if cameraMove.animate { in moveCamera()
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsCameraAnimations.swift29 if cameraMove.animate { in moveCamera()
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
/expo/apps/native-component-list/src/screens/GL/
H A DGLThreeSpriteScreen.tsx22 const animate = React.useCallback(() => {
23 animationFrameId.current = requestAnimationFrame(animate);
36 animate();
38 }, [animate]);
75 animate();
79 [animate]
H A DGLWrap.tsx53 const animate = () => {
55 this._rafID = requestAnimationFrame(animate);
59 animate();
H A DGLMaskScreen.tsx83 const animate = () => {
116 requestAnimationFrame(animate);
119 animate();
H A DGLThreeDepthStencilBufferScreen.tsx109 const animate = () => {
110 animationFrameId.current = requestAnimationFrame(animate);
118 animate();
H A DGLSnapshotsScreen.tsx57 const animate = () => {
58 this.rafID = requestAnimationFrame(animate);
69 animate();
H A DGLThreeComposerScreen.tsx82 const animate = () => {
83 animationFrameId.current = requestAnimationFrame(animate);
95 animate();
/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerSheetPresentationController.swift64 transitionCoordinator.animate(alongsideTransition: { [weak self] context in
121 presentedViewController.transitionCoordinator?.animate(alongsideTransition: { _ in in startDimmingViewPresentationTransition()
129 presentedViewController.transitionCoordinator?.animate(alongsideTransition: { _ in in startDimmingViewDismissalTransition()
H A DOverlayContainerTransitionCoordinator.swift63 …func animate(alongsideTransition animation: ((OverlayContainerTransitionCoordinatorContext) -> Voi…
/expo/packages/expo-maps/ios/ExpoMaps/Records/
H A DCameraMoveRecord.swift19 @Field var animate: Bool = true variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Records/
H A DCameraMoveRecord.swift19 @Field var animate: Bool = true variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Records/
H A DCameraMoveRecord.swift19 @Field var animate: Bool = true variable
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/records/
H A DCameraMoveRecord.kt23 var animate: Boolean = true variable in expo.modules.maps.records.CameraMoveRecord
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsCameraAnimations.swift53 if cameraMove.animate { in moveCamera()
54 UIView.animate(withDuration: Double(cameraMove.duration) / 1000, animations: { () -> Void in in moveCamera()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsCameraAnimations.swift53 if cameraMove.animate { in moveCamera()
54 UIView.animate(withDuration: Double(cameraMove.duration) / 1000, animations: { () -> Void in in moveCamera()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsCameraAnimations.swift53 if cameraMove.animate { in moveCamera()
54 UIView.animate(withDuration: Double(cameraMove.duration) / 1000, animations: { () -> Void in in moveCamera()
/expo/packages/expo-maps/src/
H A DCommon.types.ts146 animate?: boolean;
/expo/packages/expo-maps/build/
H A DCommon.types.d.ts129 animate?: boolean;
H A DCommon.types.js.map1animate only the values which have been set, unset parameters won't be affected\n *\n * Note: If l…
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DInterruptibleAnimatorOverlayContainerTransitionCoordinator.swift66 …func animate(alongsideTransition animation: ((OverlayContainerTransitionCoordinatorContext) -> Voi…
H A DDraggingOverlayContainerTransitionCoordinator.swift71 …func animate(alongsideTransition animation: ((OverlayContainerTransitionCoordinatorContext) -> Voi…
/expo/packages/expo-video/ios/
H A DVideoView.swift75 coordinator.animate(alongsideTransition: nil) { context in
/expo/packages/expo-status-bar/build/
H A DsetStatusBarBackgroundColor.js.map1 …or The background color of the status bar.\n * @param animated `true` to animate the background co…

123