* { margin:0; padding:0; } .box { width:700px; height:500px; background-color:#000; position:relative; }
使用定时函数setInterval定时向盒子中添加元素,新添加的元素初始横向坐标为随机值,纵向坐标为负数,通过animate让其移动,移动的纵向距离为盒子高度,横向距离为随机值,从而实现雪花飘零的特效。