We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc43bf commit 7d136dcCopy full SHA for 7d136dc
sample/iosApp/Gradient/GradientScreenSwift.swift
@@ -21,7 +21,7 @@ private struct GradientView: View {
21
endPoint: .bottomTrailing
22
)
23
24
- .animation(.easeInOut(), value: colors)
+ .animation(.easeInOut(duration: 0.2), value: colors)
25
26
ButtonView(onClick: { colors = getRandomColors() })
27
}
sample/shared/src/iosMain/kotlin/com/sample/shared/Screens.kt
@@ -74,4 +74,4 @@ internal fun GradientScreenSwift(controller: UIViewController) {
74
factory = { controller },
75
modifier = Modifier.fillMaxSize()
76
77
-}
+}
0 commit comments