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

Commit 5ed10764 authored by Steve Elliott's avatar Steve Elliott
Browse files

change bundle header transition animation easing

Flag: com.android.systemui.notification_bundle_ui
Test: manual
Change-Id: Icc7f5bdc91422ba12c2aa3e4fa86744d91e32862
parent b319c23e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ fun BundleHeader(
            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)