craigmdennis / animateCSS

jQuery plugin to dynamically apply animate.css animations
MIT License
153 stars 47 forks source link

Three undocumented lines! #2

Closed maysamsh closed 11 years ago

maysamsh commented 11 years ago

if (!$("html").hasClass("csstransforms")) {

        onEnd();

    }

these lines (63-67) cause animation to stop immediately.

craigmdennis commented 11 years ago

This has been removed now. See latest commit.