SmoothScaleTo

local code  = Customui:SmoothScaleTo(playerid, uiid, elementid, time, w, h)
if code == ErrorCode.OK then
    print('Execution Successful'  )
else
    print('Execution failed')
end