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

Function end

static/vuejs/vue.runtime.common.js:5832–5835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected