MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / transitionComplete

Function transitionComplete

static/js/bootstrap.js:2103–2110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2101 });
2102
2103 var transitionComplete = function transitionComplete() {
2104 if (_this3._config.focus) {
2105 _this3._element.focus();
2106 }
2107
2108 _this3._isTransitioning = false;
2109 $$$1(_this3._element).trigger(shownEvent);
2110 };
2111
2112 if (transition) {
2113 $$$1(this._dialog).one(Util.TRANSITION_END, transitionComplete).emulateTransitionEnd(TRANSITION_DURATION);

Callers 1

bootstrap.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected