Turning off animation

Hi,is there any way to turn off all of the animation?

Hi,

try the following

$$(“scheduler”).$$(“tabViews”).define(“animate”,false);
$$(“scheduler”).$$(“views”).define(“animate”,false);

thank you very much,but where can i find those config?I spent a long time to read documentation,but,there nothing can help me.

Hello,

Mobile scheduler is based on dhtmlxTouch. You can can find necessary information in Touch documentation:
docs.dhtmlx.com/touch/doku.php
For example
docs.dhtmlx.com/touch/doku.php?i … ew_animate

Documentation of Mobile Scheduler provides information about included components:
docs.dhtmlx.com/doku.php?id=dhtm … e_advanced

thanks! :mrgreen: