Multiview animation speed

Is it possible to control the animation speed of the multiview transition?

You can control it with the help of duration parameter in animation settings:

id:"mymultiview",
animate:{
   duration:1000 // 500ms by default
},
cells:[ ...  ]

Thank you. I looked at the animate docs and left a question there. Also, is it possible to add a bounce-like effect?

I answered the question in the docs. Sorry for the misleading information.

Unfortunately, animation types in Webix are based on CSS transforms and transitions that does not allow setting animation play states.