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

Function removeTransitionClass

static/vuejs/vue.common.js:6261–6266  ·  view source on GitHub ↗
(el, cls)

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected