Lines Matching full:scenes
55 <li><a href="#Transitions">Scenes and transitions</a></li>
357 <h3 id="Transitions">Scenes and transitions</h3>
359 <p>The new {@link android.transition} framework provides APIs that facilitate animations between different states of your user interface. A key feature is the ability for you to define distinct states of your UI, known as "scenes," by creating a separate layout for each one. When you want to animate from one scene to another, execute a "transition," which calculates the necessary animation to change the layout from the current scene to the next scene.</p>
361 <p>To transition between two scenes, you generally need to perform the following:</p>
375 <p>For additional control, you can define sets of transitions that should occur between pre-defined scenes