爱程序网

基于HTML5电子书翻页动画特效

来源: 阅读:

今天我们要来分享一款很酷的HTML5电子书翻页动画特效,这款HTML5翻页动画可以用鼠标拖动页面来模拟手动翻页的效果,也可以点击书页的边框来快速翻页。之前也分享过一款HTML5 3D书本翻页特效,3D视觉效果更加强烈。

在线预览    源码下载

实现的代码。

html代码:

<div id="shineflip">
      <div id="shineflip-pages">
          <canvas id="shineflip-canvas"></canvas>
          <canvas id="shineflip-page-mid-canvas"></canvas>
          <section class="page">
              <div><img src="images/0.jpg" width="475" height="482" /></div>
              <span style="left:18px;"><img src="images/zh.png" height="482" /></span>
          </section>
          <section class="page" style="background:url(images/left_pk.jpg)">
              <div><img src="images/1.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></div>
          </section>
          <section class="page">
              <div><img src="images/2.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></div>
          </section>
          <section class="page">
              <div><img src="images/3.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></div>
          </section>
          <section class="page">
              <div><img src="images/4.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></div>
          </section>
          <section class="page">
              <div><img src="images/5.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></div>
          </section>
          <section class="page" style="background:url(images/right_pk.jpg)">
              <div><img src="images/6.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></div>
          </section>
          <section class="page">
              <div><img src="images/24.jpg" width="475" height="482" /></div>
              <span style="right:18px;"><img src="images/zh.png" height="482" /></span>
          </section>
      </div>
  </div>

via:http://www.w2bc.com/article/2015-12-31-html5-book-page

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助