jQuery椭圆型旋转插件
jQuery椭圆型旋转插件是一款功能丰富的jquery圆形旋转特效插件。jQuery椭圆形旋转效果
jQuery插件
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<script src="js/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<link href="css/site.css" type="text/css" rel="stylesheet" />
<link href="css/vortex.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery.vortex.js"></script>
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/prettify.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#vortex').vortex({
speed : 60,
manualAdvance : true,
initialPosition : 270
});
$('#vortex-deep-example').vortex({
speed : 200,
manualAdvance : false,
deepFactor : 0
});
});
</script>