What is the best/most performant way to dynamically alter (for example animate fading opacity or changing text color) the CSS of DOM elements in the Playcanvas game loop?
Is it necessary to use something like jQuery, or can it be done in the update of a Playcanvas class?