canvas教程

canvas烟花特效锦集(2)

字号+ 作者:H5之家 来源:H5之家 2018-01-19 09:02 我要评论( )

css html,body {padding: 0px;margin: 0px;background: #222;font-family: 'Karla', sans-serif;color: #FFF;height: 100%;overflow: hidden;}h1 {z-index: 1000;position: fixed;top: 50%;left: 50%;transform: tr

css

html, body { padding: 0px; margin: 0px; background: #222; font-family: 'Karla', sans-serif; color: #FFF; height: 100%; overflow: hidden; } h1 { z-index: 1000; position: fixed; top: 50%; left: 50%; transform: translateX(-50%) translateY(-100%); font-size: 58px; overflow: hidden; } span { position: relative; display: inline-block; animation: drop 0.75s ease 0s; } canvas { width: 100%; height: 100%; } @keyframes drop { 0% { transform: translateY(-100px); opacity: 0; } 90% { opacity: 1; transform: translateY(10px); } 100% { transform: translateY(0px); } }

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
网友点评