想不想让你的页面有心形飘落呢|想不想让你的页面有心形飘落呢 点击进来看看吧

【想不想让你的页面有心形飘落呢|想不想让你的页面有心形飘落呢 点击进来看看吧】引入JS 把下面的代码存为JS文件 在页面调用即可

(function(window,document,undefined){ var hearts = []; window.requestAnimationFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback){ setTimeout(callback,1000/60); } })(); init(); function init(){ css(".heart{width: 10px; height: 10px; position: fixed; background: #f00; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }.heart:after,.heart:before{content: ''; width: inherit; height: inherit; background: inherit; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; position: absolute; }.heart:after{top: -5px; }.heart:before{left: -5px; }"); attachEvent(); gameloop(); } function gameloop(){ for(var i=0; i


    推荐阅读