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

Function nextFrame

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

Source from the content-addressed store, hash-verified

6242 : setTimeout;
6243
6244function nextFrame (fn) {
6245 raf(function () {
6246 raf(fn);
6247 });
6248}
6249
6250function addTransitionClass (el, cls) {
6251 (el._transitionClasses || (el._transitionClasses = [])).push(cls);

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected