JS Animation $("selector").animate(properties) properties : border, margin, padding, height, font-size, bottom, left, top, right, line-height, opacity, border-radisu (transformX) Effect Property Description .hide() 선택한 요소를 숨깁니다. .show() 선택한 요소를 보여줍니다. .tog..