js 효과


if (arr[i]){
                var ofs=$(this).offset();
                var x=parseInt(ofs.left);
                var y =parseInt(ofs.top);
                var vy=parseInt($(this).attr("vy"));
                x +=wind;
                vy *= ay;
                y+= vy;
                $(this).offset({"top":y});
                $(this).offset({"left":x});
                if(y>winHeight){
                    $(this).remove();
                    delete arr[i];
                }
이것 이 바로 그의 핵심 코드 입 니 다.신비 로 운 것 이 없습니다.저도 더 이상 설명 하지 않 겠 습 니 다.BYE.

좋은 웹페이지 즐겨찾기