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

Function removeTransitionClass

static/vuejs/vue.esm.js:6259–6264  ·  view source on GitHub ↗
(el, cls)

Source from the content-addressed store, hash-verified

6257}
6258
6259function removeTransitionClass (el, cls) {
6260 if (el._transitionClasses) {
6261 remove(el._transitionClasses, cls);
6262 }
6263 removeClass(el, cls);
6264}
6265
6266function whenTransitionEnds (
6267 el,

Callers 4

enterFunction · 0.70
leaveFunction · 0.70
performLeaveFunction · 0.70
vue.esm.jsFile · 0.70

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected