View Single Post
02/19/23, 05:38 PM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Or use the animation framework the game already provides instead of setting properties in your own code manually.
You can find an example of how it is used in the ui source code.
"LoadIconAnimation" rotates a texture by 360° every 1.5 seconds as defined here.
  Reply With Quote