分享一个HTML5电子杂志翻书特效代码


本文摘自PHP中文网,作者零下一度,侵删。

HTML5电子杂志翻书动画特效,把你或者你的谁的照片制作一本相册。

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

<!DOCTYPE html>

<html>

<head>

<!-- 效果:http://hovertree.com/texiao/html5/37/ -->

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>HTML5电子杂志翻书动画特效 - 何问起</title><base target="_blank" />

<link type="text/css" href="http://hovertree.com/texiao/html5/37/css/main.css" rel="stylesheet" media="screen" />

<style>.hovertreeinfo{text-align:center;}</style>  

</head>

<body>

<p class="hovertreeinfo"><h1>何问起尘封记忆的相册</h1></p>

<p id="shineflip">

<p id="shineflip-pages">

<canvas id="shineflip-canvas"></canvas>

<canvas id="shineflip-page-mid-canvas"></canvas>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/0.jpg" width="475" height="482" /></p>

<span style="left:18px;"><img src="http://hovertree.com/texiao/html5/37/images/zh.png" height="482" /></span>

</section>

<section class="page" style="background:url(images/left_pk.jpg)">

<p><img src="http://hovertree.com/texiao/html5/37/images/1.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></p>

</section>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/2.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></p>

</section>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/3.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></p>

</section>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/4.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></p>

</section>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/5.jpg" width="466" height="463" style="float:right;margin-top:9px;" /></p>

</section>

<section class="page" style="background:url(images/right_pk.jpg)">

<p><img src="http://hovertree.com/texiao/html5/37/images/6.jpg" width="466" height="463" style="float:left;margin-top:9px;" /></p>

</section>

<section class="page">

<p><img src="http://hovertree.com/texiao/html5/37/images/24.jpg" width="475" height="482" /></p>

<span style="right:18px;"><img src="http://hovertree.com/texiao/html5/37/images/zh.png" height="482" /></span>

</section>

</p>

</p>

 

<script type="text/javascript" src="http://hovertree.com/texiao/html5/37/js/shineflip_min.js"></script>

<script type="text/javascript">

var shineFlip = new ShineFlip({

// autoFitScreen: true,

width: 950,

height: 482,

page_width: 475,

page_height: 482

});

</script>

 

<br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<p>适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. 不支持IE8及以下浏览器。</p><br>

<p>来源:<a href="http://hovertree.com/" target="_blank">何问起</a> <a href="http://hovertree.com/texiao/">特效库</a> <a href="http://hovertree.com/h/bjaf/nijk183i.htm">代码下载</a> </p>

</body>

</html

以上就是分享一个HTML5电子杂志翻书特效代码的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

HTML5拖放(drag 和 drop)实例讲解

移动端HTML5页面生成图片解决方案

h5怎么实现在线预览pdf

flash和HTML5的区别有哪些

HTML5中submit是按钮么

断点续传原理是什么?怎么利用HTML5实现文件断点续传

h5的拖放应该如何实现

HTML5本地存储之webstorage介绍

HTML5新增加的标签总结

HTML5 新表单元素

更多相关阅读请进入《HTML5》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...