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

Function nextFrame

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

Source from the content-addressed store, hash-verified

5798 : setTimeout;
5799
5800function nextFrame (fn) {
5801 raf(function () {
5802 raf(fn);
5803 });
5804}
5805
5806function addTransitionClass (el, cls) {
5807 (el._transitionClasses || (el._transitionClasses = [])).push(cls);

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected