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

Function removeTransitionClass

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

Source from the content-addressed store, hash-verified

5805}
5806
5807function removeTransitionClass (el, cls) {
5808 if (el._transitionClasses) {
5809 remove(el._transitionClasses, cls);
5810 }
5811 removeClass(el, cls);
5812}
5813
5814function whenTransitionEnds (
5815 el,

Callers 4

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

Calls 2

removeFunction · 0.70
removeClassFunction · 0.70

Tested by

no test coverage detected