MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / delay

Function delay

Libraries/Animated/src/AnimatedImplementation.js:2274–2277  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

2272};
2273
2274var delay = function(time: number): CompositeAnimation {
2275 // Would be nice to make a specialized implementation
2276 return timing(new AnimatedValue(0), {toValue: 0, delay: time, duration: 0});
2277};
2278
2279var stagger = function(
2280 time: number,

Callers 1

staggerFunction · 0.85

Calls 1

timingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…