MCPcopy Index your code
hub / github.com/TruthHun/BookStack / nextFrame

Function nextFrame

static/vuejs/vue.runtime.common.js:5802–5806  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

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

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected