84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
根据业务需要,需要制作一个抽奖的转盘程序。转盘为圆形。 使用html5制作的转盘程序能在网上找到很多。 但是因为要考虑到对ie的兼容性,html5方法不能很好的完成制作需求 自己在这方面经验不足。寻求帮助和指点。 需要解决方法,到底是选择用什么方式来搞才能最快最方便的解决问题。 制作时间为2天,制作样式为
认证0级讲师
http://www.jq22.com/jquery-info2434
最后选择用了这个
恰好去年做过七夕活动转盘 具体怎么写的暂时短期想不起来 我是用JQuery写的
这个图 作为背景图,然后设置JQuery实现角度转动,然后判断角度来返回奖品的提醒
//说了等于没有说的效果 ...
可以用脚本计算角度然后更改css transform: rotate 角度值,IE支持为9以上。IE9应该需要加上-ms前缀. 要兼容低版本IE的话只能考虑图片切换了。见过淘宝上一些第三方插件是这样做的。麻烦在于需要准备不同角度的几十张图片。
http://www.jq22.com/jquery-info2434
最后选择用了这个
恰好去年做过七夕活动转盘
具体怎么写的暂时短期想不起来
我是用JQuery写的
这个图 作为背景图,然后设置JQuery实现角度转动,然后判断角度来返回奖品的提醒
//说了等于没有说的效果 ...
可以用脚本计算角度然后更改css transform: rotate 角度值,IE支持为9以上。IE9应该需要加上-ms前缀.
要兼容低版本IE的话只能考虑图片切换了。见过淘宝上一些第三方插件是这样做的。麻烦在于需要准备不同角度的几十张图片。