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

Function startAnimating

packages/react-reconciler/src/ReactProfilerTimer.js:697–700  ·  view source on GitHub ↗
(lanes: Lanes)

Source from the content-addressed store, hash-verified

695}
696
697export function startAnimating(lanes: Lanes): void {
698 animatingLanes |= lanes;
699 animatingTask = null;
700}
701
702export function stopAnimating(lanes: Lanes): void {
703 animatingLanes &= ~lanes;

Callers 2

commitRootFunction · 0.90
commitGestureOnRootFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected