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

Function end

static/vuejs/vue.runtime.js:5826–5829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

onEndFunction · 0.70
whenTransitionEndsFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected