html5长按动画效果(HTML5自定义元素播放焦点图动画的实现)
类别:Web前端 浏览量:2369
时间:2021-10-06 01:01:07 html5长按动画效果
HTML5自定义元素播放焦点图动画的实现这是一款基于HTML5的焦点图动画,它和其他焦点图不同的地方在于,它播放的不仅仅是图片,而是可以自定义控制的网页元素。它不仅在图片间切换有过渡动画效果,而且在切换时图片中的元素也将出现动画效果,比如图中的文字移动、打散、重新组合等。这款HTML5动画图片播放器算得上是高端大气上档次。
HTML代码
<li class="parallax-bg" id="slider-wrap"> <li class="slider parallax-bg" id="slider"> <li class="slider-sections sandbox"> <section class="first"> <img alt="Kendo UI" src="images/home-banner-1.jpg" alt="html5长按动画效果(HTML5自定义元素播放焦点图动画的实现)" border="0" />
CSS代码:
这里列出的是这个焦点图相关的核心CSS代码。
.slider section {display: none;} .slider section.first {display: block;} .slider-sections, .slider-sections section {width: 861px; height: 335px;} .slider-sections {margin: 0 auto; position: relative;} .slider-sections section {position: absolute; top: 0; left: 0px; } .header-content h2 { font:400 32px/1.2 "microsoft yahei", Tahoma, arial, sans-serif; color: #fff; margin: 0 0 26px; } .header-content p { margin: 0 0 30px; } .header-content .centered-content { padding-top: 30px; padding-bottom: 10px; } .button { float: left; width: auto !important; list-style: none; } .button a, .button button, .button input { /* Standard black button */ font-size: 15px; /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/ line-height: 18px; color: #fff !important; text-decoration: none; padding: 5px 14px 6px 13px; display: block; width: auto; position: relative; z-index: 2; border: none; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; background: #313131; /* Old browsers */ background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #313131 0%,#222222 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #313131 0%,#222222 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #313131 0%,#222222 100%); /* IE10+ */ background: linear-gradient(top, #313131 0%,#222222 100%); /* W3C */ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .button a:hover, .button input:hover, .button button:hover, .button a:focus, .button input:focus, .button button:focus { background: #464646; /* Old browsers */ background: -moz-linear-gradient(top, #464646 0%, #393939 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #464646 0%,#393939 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #464646 0%,#393939 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #464646 0%,#393939 100%); /* IE10+ */ background: linear-gradient(top, #464646 0%,#393939 100%); /* W3C */ } header .header-content .button a, #content .button a:hover { text-decoration: none; } .header-content .beta-ribbons { position: absolute; height: 120px; width: 85px; text-indent: -200px; overflow: hidden; background: url(../images/kendo-ribbons.jpg" alt="html5长按动画效果(HTML5自定义元素播放焦点图动画的实现)" border="0" />
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持开心学习网。
您可能感兴趣
- html5video怎么优化(HTML5 video循环播放多个视频的方法步骤)
- html5课程入门(萌新的HTML5 入门指南)
- HTML5 播放 RTSP 视频的实例代码(HTML5 播放 RTSP 视频的实例代码)
- HTML5面试题
- html5做app流程(html5唤醒APP小记)
- html5中datalist标签
- html5文档的基本结构及必要的注释(关于HTML5+ API plusready的兼容问题)
- html5游戏新手引导开发(使用数据结构给女朋友写个Html5走迷宫游戏)
- html5菜单栏(html5写一个BUI折叠菜单插件的实现方法)
- 用于播放视频文件的html5元素(html5自动播放mov格式视频的实例代码)
- html5开发图片(HTML5开发动态音频图的实现)
- HTML5<q> 与 <blockquote> 的区别
- html5如何控制内容(html5拖拽应用记录及注意点)
- html5+css3动画效果图(纯DOM+CSS3实现简单的小风车动画)
- html5列表与布局(HTML5逐步分析实现拖放功能的方法)
- html5表格设计(Html5饼图绘制实现统计图的方法)
- 四川旅游攻略(四川旅游攻略自由行攻略)
- 上海迪士尼攻略(上海迪士尼攻略旅游)
- 哪里可以看熊猫(成都哪里可以看熊猫)
- oppo手机的三种录屏方法,你知道有哪些吗(oppo手机的三种录屏方法)
- 吉林神秘传染链跨省 传染源尚未找到,舒兰 封城(吉林神秘传染链跨省)
- 吉林舒兰 封城 聚集性疫情传播链已延至沈阳,有一个细节让人忧心(吉林舒兰封城)
热门推荐
- flashfxp使用视频教程(FlashFXP 命令行参数)
- js实现商品添加(js实现购物网站放大镜功能)
- ASP.NET泛型约束
- dede标签使用(解决{dede:arclist keyword='动态获取关键词'})
- thinkphp从模板自定义标签(Thinkphp5.0框架视图view的循环标签用法示例)
- vue3 响应式的实现过程(Vue3.x使用mitt.js进行组件通信)
- react路由原理解析(React配置子路由的实现)
- js中alert相关知识点(js中getBoundingClientRect 方法案例详解)
- MongoDB的MapReduce的用法
- docker如何搭建gitlab(docker+gitlab+gitlab-runner部署详解)