I’ve not been too familiar with formatting code in a correct way, but recently I’ve needed to make a UI animation to move around an Intro and Outro sequence that carries ac-couple UI parts, but for me this code would usually look something like this:
Is there a better way to tween you’re UI, or is this the inevitable way that everyone has to do it?
there’s way to streamline it, but you’ll always need a line per tween
this is the way i code my animations, simple while being customizable.
so unless youre just doing fades in and out yeah most of the time its gonna look like that