startGestureAnimations() — react Function Reference
Architecture documentation for the startGestureAnimations() function in ReactFiberApplyGesture.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 3331a971_ccc2_f7cf_15f8_4ccecaca1975["startGestureAnimations()"] ee850b36_fc0b_9bb2_5b69_58d705aef9a5["ReactFiberApplyGesture.js"] 3331a971_ccc2_f7cf_15f8_4ccecaca1975 -->|defined in| ee850b36_fc0b_9bb2_5b69_58d705aef9a5 4c9257f7_64ef_4251_034e_92da1c758743["restoreViewTransitionsOnFiber()"] 3331a971_ccc2_f7cf_15f8_4ccecaca1975 -->|calls| 4c9257f7_64ef_4251_034e_92da1c758743 style 3331a971_ccc2_f7cf_15f8_4ccecaca1975 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberApplyGesture.js lines 1329–1335
export function startGestureAnimations(
root: FiberRoot,
finishedWork: Fiber,
): void {
restoreViewTransitionsOnFiber(finishedWork);
restoreRootViewTransitionName(root.containerInfo);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does startGestureAnimations() do?
startGestureAnimations() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberApplyGesture.js.
Where is startGestureAnimations() defined?
startGestureAnimations() is defined in packages/react-reconciler/src/ReactFiberApplyGesture.js at line 1329.
What does startGestureAnimations() call?
startGestureAnimations() calls 1 function(s): restoreViewTransitionsOnFiber.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free