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.