Description: This affects the multiline mode of the CollapsingToolbarLayout that was added as an experimental feature in 1.2.0-alpha05 (see also: #413). Upon closer inspection of the new implementation, I found that there is a slight misalignment in the positions of the expanded text and the overlays drawn during the transition, as seen in the screenshot below. Also, when the text snaps to the completely collapsed state, there is a slight upwards jump of the text position. Both of these problems can be seen in the catalog app and were not present in my original version in #413.

Expected behavior: Smooth transition without misalignments. This worked correctly in our original PR:

Source code: see catalog app -> Top App Bar -> Collapsing Demo (Multiline title)
Android API version: 28
Material Library version: 1.2.0-alpha05
Device: Android Emulator
I haven't found the source of the issue yet, but it should be possible to find when comparing my implementation in #413 with the one added by @ymarian in 83e4e47.