Hi all,
wonderful webix
http://webix.com/snippet/2b6d5ee8
Thank you
The point is that the view:“icon” is based on the ui.button, so the css
affects only a visual representation of the unpressed button.
Here’s the proper way to define the animated icon:
Yes, but in this way I lose the possibility to increase the icon size. I think the correct basic way should be:
{ view:“icon”, icon:“spinner”, css:“fa fa-spin” }
It is possible to set the needed size via CSS:
That’s what I needed: the css style class definition. Now, my android webix app has more appeal. Thanks