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

Function transitionEndTest

static/js/bootstrap.js:89–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 function transitionEndTest() {
90 if (typeof window !== 'undefined' && window.QUnit) {
91 return false;
92 }
93
94 return {
95 end: 'transitionend'
96 };
97 }
98
99 function transitionEndEmulator(duration) {
100 var _this = this;

Callers 1

setTransitionEndSupportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected