You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: showcase-layout-compose/src/commonMain/kotlin/ly/com/tahaben/showcase_layout_compose/ui/TargetShowcaseLayout.kt
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -402,28 +402,11 @@ fun TargetShowcaseLayout(
402
402
}
403
403
404
404
} else {
405
-
// When animateToNextTarget is true, we still want to fade out the outer circle
406
-
//before moving to the next target, but we remove it
405
+
// When animateToNextTarget is true, we don't want to fade out the outer circle
406
+
//we just handle message animation if any then move to the next target
0 commit comments