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