MCPcopy Create free account
hub / github.com/TruthHun/BookStack / nextFrame

Function nextFrame

static/vuejs/vue.common.js:6250–6254  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

6248 : setTimeout;
6249
6250function nextFrame (fn) {
6251 raf(function () {
6252 raf(fn);
6253 });
6254}
6255
6256function addTransitionClass (el, cls) {
6257 (el._transitionClasses || (el._transitionClasses = [])).push(cls);

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected