토글버튼 핸들 애니메이션 동작 시간 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nAnimateDuration | short | 토글버튼 핸들 애니메이션 동작 시간(단위: ms) |
Type | Description |
---|---|
void | 없음 |
토글버튼의 animate_duration 속성값을 설정하는 것과 동일하다.
function setanimate_on_mouseup(objInst)
{
togglebtn.setanimateduration(100);
}