Fade in Fade out

Bill Norris

Active Member
Licensed User
Longtime User
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.
 

Bill Norris

Active Member
Licensed User
Longtime User
RE:

This time, though I want the "mask" to fade in to hide the scrollview, then execute the scrollview update, then have the "mask" fade away. Not just fade in, fade out.
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
Something like this?

I've used ListViews in this case to quickly create a sample but the fading procedure should be the same.
 

Attachments

  • FadingSample.zip
    47.1 KB · Views: 320
Last edited:
Upvote 0
Top