Animate icon of NewButtonWithIcon #4942
-
I am creating a row of icons like this. The first icon when clicked looks for an update from a remote place. So while this is going on, I want to rotate the icon to represent that the action is still ongoing on. Is there any documentation on how to get this done? Any help will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have support for this (neither rotation nor animating icons) so you'll not be able to do it with built-in widgets. Or you could manipulate an icon external to the button and constantly change which icon is used by calling |
Beta Was this translation helpful? Give feedback.
We don't have support for this (neither rotation nor animating icons) so you'll not be able to do it with built-in widgets.
You could however make a custom button and put your own content inside to handle animation I guess.
Or you could manipulate an icon external to the button and constantly change which icon is used by calling
SetIcon
.