123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489 |
- jQuery(document).ready(function($) {
-
-
-
- $(".e_flash").hover(
- function () {
- $(this).addClass("animated flash");
- },
- function () {
- $(this).removeClass("animated flash");
- }
- );
- $(".e_bounce").hover(
- function () {
- $(this).addClass("animated bounce");
- },
- function () {
- $(this).removeClass("animated bounce");
- }
- );
-
- $(".e_shake").hover(
- function () {
- $(this).addClass("animated shake");
- },
- function () {
- $(this).removeClass("animated shake");
- }
- );
- $(".e_tada").hover(
- function () {
- $(this).addClass("animated tada");
- },
- function () {
- $(this).removeClass("animated tada");
- }
- );
- $(".e_swing").hover(
- function () {
- $(this).addClass("animated swing");
- },
- function () {
- $(this).removeClass("animated swing");
- }
- );
- $(".e_wobble").hover(
- function () {
- $(this).addClass("animated wobble");
- },
- function () {
- $(this).removeClass("animated wobble");
- }
- );
- $(".e_wiggle").hover(
- function () {
- $(this).addClass("animated wiggle");
- },
- function () {
- $(this).removeClass("animated wiggle");
- }
- );
- $(".e_pulse").hover(
- function () {
- $(this).addClass("animated pulse");
- },
- function () {
- $(this).removeClass("animated pulse");
- }
- );
-
-
- $(".e_flip").hover(
- function () {
- $(this).addClass("animated flip");
- },
- function () {
- $(this).removeClass("animated flip");
- }
- );
- $(".e_flipInX").hover(
- function () {
- $(this).addClass("animated flipInX");
- },
- function () {
- $(this).removeClass("animated flipInX");
- }
- );
- $(".e_flipOutX").hover(
- function () {
- $(this).addClass("animated flipOutX");
- },
- function () {
- $(this).removeClass("animated flipOutX");
- }
- );
- $(".e_flipInY").hover(
- function () {
- $(this).addClass("animated flipInY");
- },
- function () {
- $(this).removeClass("animated flipInY");
- }
- );
- $(".e_flipOutY").hover(
- function () {
- $(this).addClass("animated flipOutY");
- },
- function () {
- $(this).removeClass("animated flipOutY");
- }
- );
-
-
- $(".e_fadeIn").hover(
- function () {
- $(this).addClass("animated fadeIn");
- },
- function () {
- $(this).removeClass("animated fadeIn");
- }
- );
- $(".e_fadeInUp").hover(
- function () {
- $(this).addClass("animated fadeInUp");
- },
- function () {
- $(this).removeClass("animated fadeInUp");
- }
- );
- $(".e_fadeInDown").hover(
- function () {
- $(this).addClass("animated fadeInDown");
- },
- function () {
- $(this).removeClass("animated fadeInDown");
- }
- );
- $(".e_fadeInLeft").hover(
- function () {
- $(this).addClass("animated fadeInLeft");
- },
- function () {
- $(this).removeClass("animated fadeInLeft");
- }
- );
- $(".e_fadeInRight").hover(
- function () {
- $(this).addClass("animated fadeInRight");
- },
- function () {
- $(this).removeClass("animated fadeInRight");
- }
- );
- $(".e_fadeInUpBig").hover(
- function () {
- $(this).addClass("animated fadeInUpBig");
- },
- function () {
- $(this).removeClass("animated fadeInUpBig");
- }
- );
- $(".e_fadeInUpBig").hover(
- function () {
- $(this).addClass("animated fadeInUpBig");
- },
- function () {
- $(this).removeClass("animated fadeInUpBig");
- }
- );
- $(".e_fadeInDownBig").hover(
- function () {
- $(this).addClass("animated fadeInDownBig");
- },
- function () {
- $(this).removeClass("animated fadeInDownBig");
- }
- );
- $(".e_fadeInLeftBig").hover(
- function () {
- $(this).addClass("animated fadeInLeftBig");
- },
- function () {
- $(this).removeClass("animated fadeInLeftBig");
- }
- );
- $(".e_fadeInRightBig").hover(
- function () {
- $(this).addClass("animated fadeInRightBig");
- },
- function () {
- $(this).removeClass("animated fadeInRightBig");
- }
- );
-
-
-
- $(".e_fadeOut").hover(
- function () {
- $(this).addClass("animated fadeOut");
- },
- function () {
- $(this).removeClass("animated fadeOut");
- }
- );
- $(".e_fadeOutUp").hover(
- function () {
- $(this).addClass("animated fadeOutUp");
- },
- function () {
- $(this).removeClass("animated fadeOutUp");
- }
- );
- $(".e_fadeOutDown").hover(
- function () {
- $(this).addClass("animated fadeOutDown");
- },
- function () {
- $(this).removeClass("animated fadeOutDown");
- }
- );
- $(".e_fadeOutLeft").hover(
- function () {
- $(this).addClass("animated fadeOutLeft");
- },
- function () {
- $(this).removeClass("animated fadeOutLeft");
- }
- );
- $(".e_fadeOutRight").hover(
- function () {
- $(this).addClass("animated fadeOutRight");
- },
- function () {
- $(this).removeClass("animated fadeOutRight");
- }
- );
- $(".e_fadeOutUpBig").hover(
- function () {
- $(this).addClass("animated fadeOutUpBig");
- },
- function () {
- $(this).removeClass("animated fadeOutUpBig");
- }
- );
- $(".e_fadeOutDownBig").hover(
- function () {
- $(this).addClass("animated fadeOutDownBig");
- },
- function () {
- $(this).removeClass("animated fadeOutDownBig");
- }
- );
- $(".e_fadeOutLeftBig").hover(
- function () {
- $(this).addClass("animated fadeOutLeftBig");
- },
- function () {
- $(this).removeClass("animated fadeOutLeftBig");
- }
- );
- $(".e_fadeOutRightBig").hover(
- function () {
- $(this).addClass("animated fadeOutRightBig");
- },
- function () {
- $(this).removeClass("animated fadeOutRightBig");
- }
- );
-
-
-
- $(".e_bounceIn").hover(
- function () {
- $(this).addClass("animated bounceIn");
- },
- function () {
- $(this).removeClass("animated bounceIn");
- }
- );
- $(".e_bounceInDown").hover(
- function () {
- $(this).addClass("animated bounceInDown");
- },
- function () {
- $(this).removeClass("animated bounceInDown");
- }
- );
- $(".e_bounceInUp").hover(
- function () {
- $(this).addClass("animated bounceInUp");
- },
- function () {
- $(this).removeClass("animated bounceInUp");
- }
- );
- $(".e_bounceInLeft").hover(
- function () {
- $(this).addClass("animated bounceInLeft");
- },
- function () {
- $(this).removeClass("animated bounceInLeft");
- }
- );
- $(".e_bounceInRight").hover(
- function () {
- $(this).addClass("animated bounceInRight");
- },
- function () {
- $(this).removeClass("animated bounceInRight");
- }
- );
-
-
-
- $(".e_bounceOut").hover(
- function () {
- $(this).addClass("animated bounceOut");
- },
- function () {
- $(this).removeClass("animated bounceOut");
- }
- );
- $(".e_bounceOutDown").hover(
- function () {
- $(this).addClass("animated bounceOutDown");
- },
- function () {
- $(this).removeClass("animated bounceOutDown");
- }
- );
- $(".e_bounceOutUp").hover(
- function () {
- $(this).addClass("animated bounceOutUp");
- },
- function () {
- $(this).removeClass("animated bounceOutUp");
- }
- );
- $(".e_bounceOutLeft").hover(
- function () {
- $(this).addClass("animated bounceOutLeft");
- },
- function () {
- $(this).removeClass("animated bounceOutLeft");
- }
- );
- $(".e_bounceOutRight").hover(
- function () {
- $(this).addClass("animated bounceOutRight");
- },
- function () {
- $(this).removeClass("animated bounceOutRight");
- }
- );
-
-
-
- $(".e_rotateIn").hover(
- function () {
- $(this).addClass("animated rotateIn");
- },
- function () {
- $(this).removeClass("animated rotateIn");
- }
- );
- $(".e_rotateInDownLeft").hover(
- function () {
- $(this).addClass("animated rotateInDownLeft");
- },
- function () {
- $(this).removeClass("animated rotateInDownLeft");
- }
- );
- $(".e_rotateInDownRight").hover(
- function () {
- $(this).addClass("animated rotateInDownRight");
- },
- function () {
- $(this).removeClass("animated rotateInDownRight");
- }
- );
- $(".e_rotateInUpRight").hover(
- function () {
- $(this).addClass("animated rotateInUpRight");
- },
- function () {
- $(this).removeClass("animated rotateInUpRight");
- }
- );
- $(".e_rotateInUpLeft").hover(
- function () {
- $(this).addClass("animated rotateInUpLeft");
- },
- function () {
- $(this).removeClass("animated rotateInUpLeft");
- }
- );
-
-
-
- $(".e_rotateOut").hover(
- function () {
- $(this).addClass("animated rotateOut");
- },
- function () {
- $(this).removeClass("animated rotateOut");
- }
- );
- $(".e_rotateOutDownLeft").hover(
- function () {
- $(this).addClass("animated rotateOutDownLeft");
- },
- function () {
- $(this).removeClass("animated rotateOutDownLeft");
- }
- );
- $(".e_rotateOutDownRight").hover(
- function () {
- $(this).addClass("animated rotateOutDownRight");
- },
- function () {
- $(this).removeClass("animated rotateOutDownRight");
- }
- );
- $(".e_rotateOutUpLeft").hover(
- function () {
- $(this).addClass("animated rotateOutUpLeft");
- },
- function () {
- $(this).removeClass("animated rotateOutUpLeft");
- }
- );
- $(".e_rotateOutUpRight").hover(
- function () {
- $(this).addClass("animated rotateOutUpRight");
- },
- function () {
- $(this).removeClass("animated rotateOutUpRight");
- }
- );
-
-
-
- $(".e_lightSpeedIn").hover(
- function () {
- $(this).addClass("animated lightSpeedIn");
- },
- function () {
- $(this).removeClass("animated lightSpeedIn");
- }
- );
- $(".e_lightSpeedOut").hover(
- function () {
- $(this).addClass("animated lightSpeedOut");
- },
- function () {
- $(this).removeClass("animated lightSpeedOut");
- }
- );
-
-
- $(".e_hinge").hover(
- function () {
- $(this).addClass("animated hinge");
- },
- function () {
- $(this).removeClass("animated hinge");
- }
- );
- $(".e_rollIn").hover(
- function () {
- $(this).addClass("animated rollIn");
- },
- function () {
- $(this).removeClass("animated rollIn");
- }
- );
- $(".e_rollOut").hover(
- function () {
- $(this).addClass("animated rollOut");
- },
- function () {
- $(this).removeClass("animated rollOut");
- }
- );
-
-
-
- });
|