I'd like to show a large green arrow in front of all other views when the user clicks a button. The arrow should fade in, stay there for 1-2 seconds and fade out again. How would I go about programming this? I've looked at the animation examples but would like to confirm the way forward before I dive into programming something that won't work :-):
- Draw the arrow-image as a bitmap, immediately make it invisible
- Fade it in ("alpha"-change animation)
- Let it stay for 2 seconds
- Fade it out (again, "alpha"-change animation)
Is this correct, or would you suggest something else?
"Mockup": http://screencast.com/t/MTMzZmVhNj