1 2 3 | < head >
< link rel = "stylesheet" href = "animate.min.css" > </ head > |
1 | < div class =
></ div > |
1 | $( '#yourElement' ).addClass(
); |
1 | $( '#yourElement' ).one(
|
1 2 3 | $( function (){
$( '#jq22' ).addClass(
); }); |
1 2 3 4 5 6 | $( function (){
$( '#jq22' ).addClass(
);
setTimeout( function (){
$( '#jq22' ).removeClass( 'bounce' );
}); |
原文:http://www.jq22.com/jquery-info819
文章来源: animate.css动画的使用