Skip to content

Commit 48894c6

Browse files
committed
decrease hide popup animation duration
1 parent 4729069 commit 48894c6

File tree

1 file changed

+1
-1
lines changed
  • compose-charts/src/commonMain/kotlin/ir/ehsannarmani/compose_charts

1 file changed

+1
-1
lines changed

compose-charts/src/commonMain/kotlin/ir/ehsannarmani/compose_charts/LineChart.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fun LineChart(
252252
withAnimation: Boolean = true
253253
) {
254254
val duration = if (withAnimation) {
255-
500
255+
300
256256
} else {
257257
0
258258
}

0 commit comments

Comments
 (0)