mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Adjust KeyboardButton animation duration
This commit is contained in:
parent
0f4c2594d4
commit
5ed0caa4ab
@ -66,7 +66,7 @@ fun BasicKeyboardButton(
|
||||
onLongClick = if (onLongClick != null) { { onLongClick(); vibrate() } } else null,
|
||||
interactionSource = remember { MutableInteractionSource() },
|
||||
cornerRadiusRange = 30..50,
|
||||
animationSpec = tween(250)
|
||||
animationSpec = tween(200)
|
||||
)
|
||||
.background(containerColor)
|
||||
,
|
||||
|
Loading…
x
Reference in New Issue
Block a user