Completed
Overlay under the hood
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Advanced Layout Animations in Compose - Shared Elements
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Basic layout animations
- 3 How do layout animations work
- 4 Lookahead
- 5 Use cases for Lookahead
- 6 Shared elements
- 7 SharedTransitionLayout
- 8 Modifier.sharedElement
- 9 Custom animation specs
- 10 Modifier.sharedBounds
- 11 ResizeMode
- 12 Overlay
- 13 Modifier.skipToLookaheadSize
- 14 Clipping
- 15 Modifier ordering
- 16 Predictive Back
- 17 Shared elements under the hood
- 18 Composition Phase
- 19 Layout Phase
- 20 Drawing Phase
- 21 Overlay under the hood
- 22 Challenges with overlay
- 23 Summary