애니메이트의 effect_type 속성값을 반환하는 API이다.
Type | Description |
---|---|
short | effect_type 속성값 |
* effect_type 옵션값 0: linear 1: ease_in_out 2: ease_in 3: strong_ease_in 4: ease_out 5: strong_ease_out 6: elastic 7: strong_elastic 8: bounce 9: string_bounce
function btn_geteffecttype_on_mouseup(objInst)
{
var strData = animate.geteffecttype();
screen.alert(strData);
}