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

Function stopAnimating

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

Source from the content-addressed store, hash-verified

700}
701
702export function stopAnimating(lanes: Lanes): void {
703 animatingLanes &= ~lanes;
704 animatingTask = null;
705}
706
707export function trackAnimatingTask(task: ConsoleTask): void {
708 if (animatingTask === null) {

Callers 1

finishedViewTransitionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected