miuix-ui
Toggle table of contents
0.9.1
common
Target filter
common
Switch theme
Search in API
Skip to content
miuix-ui
miuix-ui
/
top.yukonga.miuix.kmp.utils
/
TiltFeedback
Tilt
Feedback
@
Stable
data
class
TiltFeedback
(
val
tiltAmount
:
Float
=
8.0f
,
val
animationSpec
:
AnimationSpec
<
Float
>
=
spring(0.6f, 400f)
)
:
IndicationNodeFactory
Members
Constructors
Tilt
Feedback
Link copied to clipboard
constructor
(
tiltAmount
:
Float
=
8.0f
,
animationSpec
:
AnimationSpec
<
Float
>
=
spring(0.6f, 400f)
)
Properties
animation
Spec
Link copied to clipboard
val
animationSpec
:
AnimationSpec
<
Float
>
tilt
Amount
Link copied to clipboard
val
tiltAmount
:
Float
Functions
create
Link copied to clipboard
open
override
fun
create
(
interactionSource
:
InteractionSource
)
:
DelegatableNode
remember
Updated
Instance
Link copied to clipboard
@
Composable
open
fun
rememberUpdatedInstance
(
interactionSource
:
InteractionSource
)
:
IndicationInstance