Hi Guys,
I'm really new to C# and learning as I develop this project which is a big learning curve for me.
So please excuse me if I don't understand.
I Want to basically click a UIButton, and animate the alpha channel to hide then reappear after a duration of time.
Also, would it be possible to tween the animation so that it hides quickly and reappears slowly ( EaseIn ) ?
I am guessing this would have to somewhere include
UIButtonPlayAnimation with a something like a vector3 ( 0,0,0 ) out and in to create the fast fade out and slow ease in?
Or is my current thinking incorrect? But you're able to see my logic in it? ^_^
Thanks in advance x