MCPcopy Create free account
hub / github.com/ygs-code/vue / nextFrame

Function nextFrame

vue.js:10981–10985  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

10979
10980 //下一帧
10981 function nextFrame(fn) {
10982 raf(function () {
10983 raf(fn);
10984 });
10985 }
10986 //获取 真实dom addTransitionClass 记录calss类
10987 function addTransitionClass(el, cls) {
10988 var transitionClasses = el._transitionClasses || (el._transitionClasses = []);

Callers 2

enterFunction · 0.85
performLeaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected