Magic CSS3 Animations是一个CSS3动画特效库大全,你可以免费用于你的web项目。只需简单的引用CSS样式magic.css,就可以实现动画特效。
<link rel="stylesheet" href="yourpath/magic.css">
$('.yourdiv').hover(function () {
$(this).addClass('magictime puffIn');
});
Effects magic twisterInDown twisterInUp swap Bling puffIn puffOut vanishIn vanishOut Static Effects openDownLeft openDownRight openUpLeft openUpRight openDownLeftRetourn openDownRightRetourn openUpLeftRetourn openUpRightRetourn Static Effects Out openDownLeftOut openDownRightOut openUpLeftOut openUpRightOut Perspective perspectiveDown perspectiveUp perspectiveLeft perspectiveRight perspectiveDownRetourn perspectiveUpRetourn perspectiveLeftRetourn perspectiveRightRetourn Rotate rotateDown rotateUp rotateLeft rotateRight Slide slideDown slideUp slideLeft slideRight slideDownRetourn slideUpRetourn slideLeftRetourn slideRightRetourn Math swashOut swashIn foolishOut foolishIn holeOut Tin tinRightOut tinLeftOut tinUpOut tinDownOut tinRightIn tinLeftIn tinUpIn tinDownIn Bomb bombRightOut bombLeftOut
相关链接