Sha256: ef009b5d53b1a8d995686bffd6ea1245dc41835c2525745cfb6981ecd1d64557

Contents?: true

Size: 1.82 KB

Versions: 127

Compression:

Stored size: 1.82 KB

Contents

/* ===================================================
 * bootstrap-transition.js v2.0.1
 * http://twitter.github.com/bootstrap/javascript.html#transitions
 * ===================================================
 * Copyright 2012 Twitter, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================== */

!function( $ ) {

  $(function () {

    "use strict"

    /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
     * ======================================================= */

    $.support.transition = (function () {
      var thisBody = document.body || document.documentElement
        , thisStyle = thisBody.style
        , support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined

      return support && {
        end: (function () {
          var transitionEnd = "TransitionEnd"
          if ( $.browser.webkit ) {
          	transitionEnd = "webkitTransitionEnd"
          } else if ( $.browser.mozilla ) {
          	transitionEnd = "transitionend"
          } else if ( $.browser.opera ) {
          	transitionEnd = "oTransitionEnd"
          }
          return transitionEnd
        }())
      }
    })()

  })

}( window.jQuery );

Version data entries

127 entries across 127 versions & 17 rubygems

Version Path
spiderfw-1.0.1 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-1.0.0 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.39 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.38 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.37 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.35 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.34 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.33 apps/core/components/public/bootstrap/js/bootstrap-transition.js
interpol-0.11.0 lib/interpol/documentation_app/public/javascripts/bootstrap-transition.js
interpol-0.10.7 lib/interpol/documentation_app/public/javascripts/bootstrap-transition.js
spiderfw-0.6.32 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.31 apps/core/components/public/bootstrap/js/bootstrap-transition.js
spiderfw-0.6.30 apps/core/components/public/bootstrap/js/bootstrap-transition.js
interpol-0.10.6 lib/interpol/documentation_app/public/javascripts/bootstrap-transition.js
interpol-0.10.5 lib/interpol/documentation_app/public/javascripts/bootstrap-transition.js
spiderfw-0.6.29 apps/core/components/public/bootstrap/js/bootstrap-transition.js
burp_cms-1.3.13 app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js
burp_cms-1.3.12 app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js
burp_cms-1.3.11 app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js
burp_cms-1.3.10 app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js