html5 canvas文字变换切换特效

html5 canvas文字变换切换特效-精品资源网
html5 canvas文字变换切换特效
此内容为免费资源,请登录后查看
0
免费资源

html5 canvas文字变换切换特效

这是一款鼠标点击文字变换动画特效代码,html5 canvas文字变换切换特效。

js代码

<script type=\"text/javascript\" src=\"js/js.js\"></script>
<script type=\"text/javascript\" src=\"js/config.js\"></script>
<script type=\"text/javascript\">
var isDesktop = navigator[\'userAgent\'].match(/(ipad|iphone|ipod|android|windows phone)/i) ? false : true;
var fontunit        = isDesktop ? 20 : ((window.innerWidth>window.innerHeight?window.innerHeight:window.innerWidth)/320)*10;
document.write(\'<style type=\"text/css\">\'+
\'html,body {font-size:\'+(fontunit<30?fontunit:\'30\')+\'px;}\'+
(isDesktop?\'#welcome,#GameTimeLayer,#GameLayerBG,#GameScoreLayer.SHADE{position: absolute;}\':
\'#gamepage,#gameend,#GameLayerBG,#GameScoreLayer.SHADE{position:fixed;}@media screen and (orientation:landscape) {#landscape {display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox;}}\')+
\'</style>\');
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容