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

Function end

static/vuejs/vue.common.js:6280–6283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6278 var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;
6279 var ended = 0;
6280 var end = function () {
6281 el.removeEventListener(event, onEnd);
6282 cb();
6283 };
6284 var onEnd = function (e) {
6285 if (e.target === el) {
6286 if (++ended >= propCount) {

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected