루키 버전의 코드는 다음과 같습니다.
이 코드를 이해하고 기본적으로 마스터하세요
function f_s() {
var obj = document.getElementById("top");
obj.style.display = "block"
obj; style.height = "1px" ;
var sw = function () {
var s_width =parseInt(obj.style.height)
if (s_width < 350) {
obj.style.height = ( s_width Math.ceil((350 - s_width) / 15)) "px";
}
else {
clearInterval(st)
}
}
var st = window .setInterval(sw, 1)
}