I’ve discovered a strange glitch which a few others have also encountered. Although I’m not sure how to fix the issue.
The glitch only seems to affect animated icons.
I’m currently building a remote file browser, where a user can download items. During the download, the icon should change from a regular ion-document
to ion-loading-c
, it sort of works but it wobbles like mad (the centre of rotation is off), and there’s also a long delay before ng-show/ng-hide
take effect.
With static icons, it works perfectly.
Any suggestions on how to fix this?