Sha256: f55dc9e7eb3a35b0b04d1bbbb30f5df46f0b0f10b1187bf4361259b473e6d441

Contents?: true

Size: 325 Bytes

Versions: 4

Compression:

Stored size: 325 Bytes

Contents

do($ = window.jQuery, window) ->
  $.fn.extend animateCss: (animationName) ->
    animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'
    $(this).addClass('animated ' + animationName).one animationEnd, ->
      $(this).removeClass 'animated ' + animationName
      return
    return

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
animatecss-0.0.11 vendor/assets/javascripts/animate.coffee
animatecss-0.0.10 vendor/assets/javascripts/animate.coffee
animatecss-0.0.9 vendor/assets/javascripts/animate.coffee
animatecss-0.0.8 vendor/assets/javascripts/animate.coffee