Searched refs:firstFrame (Results 1 – 5 of 5) sorted by relevance
8 const firstFrame = performance.now();12 const seek = ((now - firstFrame) / duration) % 1.0;
21 const firstFrame = Date.now();26 const seek = ((Date.now() - firstFrame) / duration) % 1.0;
90 const firstFrame = trace[0]?.getFunctionName(); constant91 if (firstFrame && StringPrototypeStartsWith(firstFrame, nodeInternalPrefix)) {
397 let firstFrame = new Date().getTime();401 let seek = ((now - firstFrame) / duration) % 1.0;
432 let firstFrame = new Date().getTime();436 let seek = ((now - firstFrame) / duration) % 1.0;