UIAnimation

A generic component that allows you to programitically play animations on Image or Text components. However, it can only effect a text OR an image, not both at the same time. If you want to effect both at the same time, just add this component twice and select the other.

It allows for the following:

  • Color Transitions
  • Size Transitions
  • Fade In/Out

NOTE: There are no available public functions with this but everything is fully overriable if you wish.

Usage

For example if you want to just have the image or text pulse in its size then just select sizePulse as true. Then select the desired minSize and maxSize you would like this to pulse to.

You can also have it do a few different things as once. So if you wanted to pulse the size AND pulse colors at the same time just tick both and select your desired values.