Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9450a95d authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "change bundle header transition animation easing" into main

parents 1aded2e4 5ed10764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ fun BundleHeader(viewModel: BundleHeaderViewModel, modifier: Modifier = Modifier
            transitions =
                transitions {
                    from(BundleHeader.Scenes.Collapsed, to = BundleHeader.Scenes.Expanded) {
                        spec = tween(350, easing = LinearEasing)
                        spec = tween(350, easing = FastOutSlowInEasing)
                        val scale = 0.6f
                        timestampRange(endMillis = 250, easing = FastOutSlowInEasing) {
                            scaleDraw(BundleHeader.Elements.PreviewIcon1, scale, scale)