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

Function removeTransitionClass

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

Source from the content-addressed store, hash-verified

5809}
5810
5811function removeTransitionClass (el, cls) {
5812 if (el._transitionClasses) {
5813 remove(el._transitionClasses, cls);
5814 }
5815 removeClass(el, cls);
5816}
5817
5818function whenTransitionEnds (
5819 el,

Callers 4

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

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected