MCPcopy Index your code
hub / github.com/react/react / isTransitionLane

Function isTransitionLane

packages/react-reconciler/src/ReactFiberLane.js:709–711  ·  view source on GitHub ↗
(lane: Lane)

Source from the content-addressed store, hash-verified

707}
708
709export function isTransitionLane(lane: Lane): boolean {
710 return (lane & TransitionLanes) !== NoLanes;
711}
712
713export function isGestureRender(lanes: Lanes): boolean {
714 if (!enableGestureTransition) {

Callers 3

ReactFiberHooks.jsFile · 0.90
entangleTransitionsFunction · 0.90
startUpdateTimerByLaneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected