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

Function setTransitionEndSupport

static/js/bootstrap.js:114–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 function setTransitionEndSupport() {
115 transition = transitionEndTest();
116 $$$1.fn.emulateTransitionEnd = transitionEndEmulator;
117
118 if (Util.supportsTransitionEnd()) {
119 $$$1.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent();
120 }
121 }
122
123 function escapeId(selector) {
124 // We escape IDs in case of special selectors (selector = '#myId:something')

Callers 1

bootstrap.jsFile · 0.85

Calls 2

transitionEndTestFunction · 0.85

Tested by

no test coverage detected