Issue 14: Tabview - any value in property "animate" always works as True

Component Issues:
Component: Tabview - any value in property “animate” always works as True

Tabview property “animate” does not work as expected.
See test example below:
http://webix.com/snippet/7a41f132

By switching tabs the animaiton is enabled even though property “animate” is set to “False”.

Same effect with property “animate” set “0”.

The only way to set variable to false, while initing from xml, is to set the related attribute empty, or do not define attribute at all.

Unfortunately this is not a feature, but a bug.

I will adopt my code, but every developer will ask the same quesiton.