defines the configuration of view change animation or disables it
webix.ui({
view:"multiview",
cells:[/* cells configuration */],
animate:{type:"flip", subtype:"vertical"}
});
To totally disable animation, set the parameter to the false value:
webix.ui({
view:"multiview",
animate:false
});
As an object, the parameter takes 3 properties: