本文实例为大家分享了H5逐行滚动切换效果的具体代码,供大家参考,具体内容如下
前端页面需先引入jquery
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>中奖记录跑马灯特效</title> <script src="/UploadFiles/2021-04-02/jquery-2.2.0.min.js">利用定时器实现中奖记录逐行展示
recordRoll.js/** * Created by lin on 2017/3/12. */ (function($){ $.fn.extend({ RollTitle: function(opt){ if(!opt) var opt={}; var _this = this; _this.timer = null; _this.lineH = _this.find("p:first").height(); _this.line=opt.line"p:first").appendTo(_this); } _this.css({marginTop:0}); }); } _this.hover(function(){ clearInterval(_this.timer); },function(){ _this.timer=setInterval(function(){_this.scrollUp();},_this.timespan); }).mouseout(); } }) })(jQuery);效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“H5实现中奖记录逐行滚动切换效果”评论...