defines or disables view change animation.
webix.ui({
view:"multiview",
cells:[{ ... }],
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: