利用Javascript实现简单的转盘抽奖
网络编程 2021-07-04 19:20www.168986.cn编程入门
这篇文章主要介绍了利用Javascript实现的简单的转盘抽奖,文中分享了两种抽奖效果,一种是默认转动,一种是需要点击开始转动的,并给出了晚上的示例代码,需要的朋友可以参考借鉴,狼蚁网站SEO优化来一起看看吧。
来看看接口说明
var _rotate = new iRotate('#div',{ start : 0, //开始角度,可不写,默认0 end :45, //结束角度 time :5000, //持续时间,可不写,默认1000 easing : 'easeOut', //动画形式,目前只有'linear'和'easeOut'两种,可不写,默认'easeOut' callback : function(){ //回调函数 //this为当前对象 } }); _rotate.s(function(){ //停止回调函数 //this为当前对象 });
实现的效果图如下
完整的示例代码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://.w3./TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://.w3./1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>简单转盘效果</title> <style> #RotateDiv{border-radius:50px 0 50px 50px } #RotateDiv,#RotateDiv2{ width: 50px;height: 50px; color: #fff;text-align: center; line-height: 50px; background: #444; position: relative; margin: 20px;border-radius:50px 0 50px 50px} </style> </head> <body> <p>举例子</p> <p> <button id="RotateBtn">开始抽奖</button> </p> <div id="RotateDiv"></div> <p>默认转动</p> <p> <button id="RotateBtn2">开始抽奖2</button> </p> <div id="RotateDiv2"></div> <script type="text/javascript"> window.iRotate = (function(w,d){ function R(obj,json){ this.obj = (typeof obj=='object') ? obj : d.querySelector(obj); this.startTime = Date.now(); this.timer = null; this.rotate(json); }; R.prototype = { rotate : function(json){ var t = this,times = json['time'] || 1000; clearInterval(t.timer) t.timer = setInterval(function(){ var changeTime = Date.now(), tm = times - Math.max(0,t.startTime - changeTime + times), value = Tween[json['easing'] || 'easeOut'](tm,+json['start'] || 0,json['end'] - (+json['start'] || 0),times); t.obj.style['transform'] = t.obj.style['-webkit-transform'] = 'rotate('+value%360+'deg)'; t.obj.setAttribute('data-rotate',value%360) if(tm==times){ clearInterval(t.timer); json.callback && json.callback.call(t.obj) } },10) }, s : function(fn){ clearInterval(this.timer); fn && fn.call(this.obj) } }; return R; })(window,document); var Tween = {linear: function (t, b, c, d){return ct/d + b;},easeOut: function(t, b, c, d){return -c (t/=d)(t-2) + b;}} //默认转动 ;(function(){ var off = true,off2 = true; RotateBtn.onclick = function(){ if(!off) return //判断是否在旋转 off = false new iRotate('#RotateDiv',{ end :45+1800, time :5000, callback : function(){ //回调函数 this.innerHTML = this.getAttribute('data-rotate') off = true } }); } var r = null; function rotate2(){ //递归持续旋转 r = new iRotate('#RotateDiv2',{ start : 0, end :360, time :1000, easing : 'linear', callback : function(){ rotate2() } }); } rotate2() RotateBtn2.onclick = function(){ if(!off2) return //判断是否在旋转 off2 = false r.s(); //停止之前的旋转 new iRotate('#RotateDiv2',{ start : RotateDiv2.getAttribute('data-rotate'), end :65+1800, time :5000, callback : function(){ //回调函数 this.innerHTML = this.getAttribute('data-rotate') off2 = true } }); } })(); </script> </body> </html>
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流。
上一篇:JS中解决谷歌浏览器记住密码输入框颜色改变功能
下一篇:简单实现js倒计时功能
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程