jQueryRotate
是一个基于jQuery的可以实现旋转效果的插件。
CSS3
提供了多种变形效果,比如矩阵变形、位移、缩放、旋转和倾斜等等,让页面更加生动活泼有趣,不再一动不动。 然后IE10
以下版本的浏览器不支持CSS3
变形,虽然IE
有私有属性滤镜(filter),但不全面,而且效果和性能都不好。
jQueryRotate
兼容所有浏览器,包括IE6
。jQueryRotate
在高级浏览器中使用CSS3
的transform
属性实现, 在低版本IE
中使用VML
实现。当然,你可以使用IE
条件注释, 低版本IE
使用jQueryRotate
,高级浏览器则直接使用CSS3
。
jQueryRotate
官网:http://beneposto.pl/jqueryrotate
jQueryRotate
在GitHub上的网址:https://github.com/wilq32/jqueryrotate
通过bower下载:
bower install --save jquery.rotate
<script type="text/javascript" src="/bower_components/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/bower_components/jqueryrotate/rotate.js"></script>