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

Function removeTransitionClass

static/vuejs/vue.js:6255–6260  ·  view source on GitHub ↗
(el, cls)

Source from the content-addressed store, hash-verified

6253}
6254
6255function removeTransitionClass (el, cls) {
6256 if (el._transitionClasses) {
6257 remove(el._transitionClasses, cls);
6258 }
6259 removeClass(el, cls);
6260}
6261
6262function whenTransitionEnds (
6263 el,

Callers 4

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

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected