Have scrollview1 and scrollview2. When an item in scrollview 1 is clicked, scrollview2 populates with related data. No problem with any of that. I want scrollview2 to "fade out" when scrollview1 item is clicked, then "fade in" after it re-populates. To simplify, I added an empty label over the top of scollview2 to serve as a mask, thinking I could regulate it's alpha value with animation or with a timer, to accomplish the fade-out and fade-in effect. Couldn't get the proper effect with animation, so am trying to do with timer., but I can't seem to get things coordinated. Any help appreciated.