토글버튼 » Api

setanimateduration

Description

토글버튼 핸들 애니메이션 동작 시간 설정하는 API이다.

Parameters

Parameters Type Description
nAnimateDuration short 토글버튼 핸들 애니메이션 동작 시간(단위: ms)

Return Value

Type Description
void 없음

Remark

토글버튼의 animate_duration 속성값을 설정하는 것과 동일하다.

Example

function setanimate_on_mouseup(objInst) { togglebtn.setanimateduration(100); }

See Also

getanimateduration

Viewer Ver.

9.1.1.1

Update Date

20190207