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

Function nextFrame

static/vuejs/vue.esm.js:6248–6252  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

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

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected