Lines Matching full:crossfade
20 <a href="#animate">Crossfade the Views</a>
37 Crossfade animations (also know as dissolve) gradually fade out one UI component while simultaneously fading in
42 <p>Here's an example of a crossfade from a progress indicator to some text content.
53 Crossfade animation
60 and run the sample app and select the Crossfade example.
78 Create the two views that you want to crossfade. The following example creates a progress
115 <li>Create member variables for the views that you want to crossfade. You need
160 Crossfade the Views
163 Now that the views are properly set up, crossfade them by doing the following:
191 private void crossfade() {