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

Function end

static/vuejs/vue.esm.js:6278–6281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected