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

Function removeTransitionClass

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

Source from the content-addressed store, hash-verified

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

Callers 4

enterFunction · 0.70
leaveFunction · 0.70
performLeaveFunction · 0.70

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected