jquery文字三维飞入动画效果代码

代码语言:html

所属分类:动画

代码描述:jquery文字三维飞入动画效果代码

代码标签: 飞入 动画 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

 
<meta charset="UTF-8">

 
<style>
@import url(https://fonts.googleapis.com/css?family=Oswald);
* {
       
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}
html
,body {
       
height:100%;
       
margin: 0px;
       
padding: 0px;
       
overflow: hidden;
       
}
body
{
       
background-color: black;
       
}

h1
{
       
position: absolute;
       
font-family: 'Oswald';
       
margin: 0px;
       
border: none;
       
color: white;
       
}
</style>




</head>

<body  >
 
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.2.11.js"></script>
     
<script >
wc=$(window).width()/2;
hc=$(window).height()/2;
zc=-10;
ar=[];
fl=10;
xspread = 400;
yspread = 400;
arl="Das ist nur ein Test".split(' ');
arl = new Array("HE", "SHE", "IT", "HIM", "HER", "THEY", "THEM", "HIS", "HERS", "THEIRS", "ITS", "BE", "I", "AM",
"IS", "ARE", "WILL", "WAS", "WERE", "BEEN", "HAS", "HAVE", "A", "AN", "THE", "TO", ".........完整代码请登录后点击上方下载按钮下载查看

网友评论0