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 940303e commit 67985a1Copy full SHA for 67985a1
composeApp/src/commonMain/kotlin/UITest.kt
@@ -123,11 +123,7 @@ fun UITest(
123
}
124
},
125
floatingActionButton = {
126
- AnimatedVisibility(
127
- visible = showFloatingActionButton.value,
128
- enter = fadeIn() + expandHorizontally(),
129
- exit = fadeOut() + shrinkHorizontally()
130
- ) {
+ if (showFloatingActionButton.value) {
131
FloatingActionButton(
132
onClick = {
133
uriHandler.openUri("https://github.com/miuix-kotlin-multiplatform/miuix")
0 commit comments