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

Function nextFrame

static/vuejs/vue.runtime.js:5796–5800  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

5794 : setTimeout;
5795
5796function nextFrame (fn) {
5797 raf(function () {
5798 raf(fn);
5799 });
5800}
5801
5802function addTransitionClass (el, cls) {
5803 (el._transitionClasses || (el._transitionClasses = [])).push(cls);

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected