html5 css3实现幻灯片效果代码,CSS3实现的渐变幻灯片效果

实现效果

3719eb252659be487e7250f03cc50878.gif

代码

html

class-header-css3

CSS3: CSS3 delivers a wide range of stylization and effects, enhancing the web app without sacrificing your semantic structure or performance. Additionally Web Open Font Format (WOFF) provides typographic flexibility and control far beyond anything the web has offered before.

class-header-semantics

Semantics: Giving meaning to structure, semantics are front and center with HTML5. A richer set of tags, along with RDFa, microdata, and microformats, are enabling a more useful, data driven web for both programs and your users.

class-header-offline

Offline & Storage: Web Apps can start faster and work even if there is no internet connection, thanks to the HTML5 App Cache, as well as the Local Storage, Indexed DB, and the File API specifications.

class-header-device

Device Access: Beginning with the Geolocation API, Web Applications can present rich, device-aware features and experiences. Incredible device access innovations are being developed and implemented, from audio/video input access to microphones and cameras, to local data such as contacts & events, and even tilt orientation.

class-header-connectivity

Connectivity: More efficient connectivity means more real-time chats, faster games, and better communication. Web Sockets and Server-Sent Events are pushing (pun intended) data between client and server more efficiently than ever before.

class-header-multimedia

Multimedia: Audio and video are first class citizens in the HTML5 web, living in harmony with your apps and sites. Lights, camera, action!

class-header-3d

3D, Graphics & Effects: Between SVG, Canvas, WebGL, and CSS3 3D features, you're sure to amaze your users with stunning visuals natively rendered in the browser.

class-header-performance

Performance & Integration: Make your Web Apps and dynamic web content faster with a variety of techniques and technologies such as Web Workers and XMLHttpRequest 2. No user should ever wait on your watch.

Images and captions are from the W3C

css

body{

font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

font-weight: 300;

}

.css-slideshow{

position: relative;

max-width: 495px;

height: 370px;

margin: 5em auto .5em auto;

}

.css-slideshow figure{

margin: 0;

max-width: 495px;

height: 370px;

background: #000;

position: absolute;

}

.css-slideshow img{

box-shadow: 0 0 2px #666;

}

.css-slideshow figcaption{

position: absolute;

top: 0;

color: #fff;

background: rgba(0,0,0, .3);

font-size: .8em;

padding: 8px 12px;

opacity: 0;

transition: opacity .5s;

}

.css-slideshow:hover figure figcaption{

transition: opacity .5s;

opacity: 1;

}

.css-slideshow-attr{

max-width: 495px;

text-align: right;

font-size: .7em;

font-style: italic;

margin:0 auto;

}

.css-slideshow-attr a{

color: #666;

}

.css-slideshow figure{

opacity:0;

}

figure:nth-child(1) {

animation: xfade 48s 42s infinite;

}

figure:nth-child(2) {

animation: xfade 48s 36s infinite;

}

figure:nth-child(3) {

animation: xfade 48s 30s infinite;

}

figure:nth-child(4) {

animation: xfade 48s 24s infinite;

}

figure:nth-child(5) {

animation: xfade 48s 18s infinite;

}

figure:nth-child(6) {

animation: xfade 48s 12s infinite;

}

figure:nth-child(7) {

animation: xfade 48s 6s infinite;

}

figure:nth-child(8) {

animation: xfade 48s 0s infinite;

}

@keyframes xfade{

0%{

opacity: 1;

}

10.5% {

opacity: 1;

}

12.5%{

opacity: 0;

}

98% {

opacity: 0;

}

100% {

opacity: 1;

}

}

以上就是CSS3实现的渐变幻灯片效果的详细内容,更多关于CSS3渐变幻灯片的资料请关注脚本之家其它相关文章!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值