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

Function end

static/vuejs/vue.runtime.esm.js:5830–5833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5828 var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;
5829 var ended = 0;
5830 var end = function () {
5831 el.removeEventListener(event, onEnd);
5832 cb();
5833 };
5834 var onEnd = function (e) {
5835 if (e.target === el) {
5836 if (++ended >= propCount) {

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected