Home >Web Front-end >JS Tutorial >QQ login background flashing effect with effect demonstration source code download_Basic knowledge

QQ login background flashing effect with effect demonstration source code download_Basic knowledge

WBOY
WBOYOriginal
2016-05-16 15:38:261526browse

In the new version of QQ that was updated a while ago, the login background is different from before. It is a set of flashing backgrounds, and the effect is great.

Effect demonstration Source code download

To change the effect, you need to introduce three js files:

<script src="js/Jq-19.js" type="text/javascript"></script> 
<script src="js/cavas.js" type="text/javascript"></script> 
<script src="js/flashat.js" type="text/javascript"></script>

Add the following div and run it.

<div id="mainbogy"> 
<div id="cavcont" class="cavcont" style="width:100%; height:600px;">  
</div> 
</div>

The above is the QQ login background flashing effect with effect demonstration source code download shared by this article. I hope you like it.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn