lars.saalbach Posted June 11, 2012 Posted June 11, 2012 Hello together, is its possible to stop the sliding effectin the tabbox, if a tab is switched? In API: https://developer.unigine.com/en/docs/1.0/code/scripting/library/gui/class.widgettabbox i didn't find a function which would handle this? Best regards Lars
unclebob Posted June 15, 2012 Posted June 15, 2012 Hi Lars, What do mean by 'sliding effectin the tabbox'?
frustum Posted June 16, 2012 Posted June 16, 2012 There are two ways to disable Gui animation effects: * edit gui.rc file at <animation...> tag. * call gui.setExposeSpeed|setFadeInSpeed|setFadeOutSpeed functions at startup.
Recommended Posts