<!--花瓣开始-->
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="http://pic.keede.com/event/2017/2017kjqrj/jquery.let_it_snow.js"></script>
<script>
    $(document).ready(function () {
        $("canvas.flake").let_it_snow({
            windPower: -3,
            speed: 2,
            count: 30,
            size: 10,
            image: "http://pic.keede.com/event/2017/2017qrj/huaban.png"
        });

    });
</script>
<style>
    canvas {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 1000;
        pointer-events: none;
    }
</style>
<canvas width="100%" height="100%" class="flake"></canvas>
<!--花瓣结束-->

效果图:

一个雪花、爱心飘落的页面

相关文章:

  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-11-04
  • 2021-09-03
  • 2021-08-28
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2022-12-23
  • 2021-07-29
  • 2021-07-23
  • 2021-05-30
  • 2022-01-06
  • 2021-09-05
相关资源
相似解决方案