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

Function end

static/vuejs/vue.js:6274–6277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6272 var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;
6273 var ended = 0;
6274 var end = function () {
6275 el.removeEventListener(event, onEnd);
6276 cb();
6277 };
6278 var onEnd = function (e) {
6279 if (e.target === el) {
6280 if (++ended >= propCount) {

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected