oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.animation
/
animateDpOffsetAsState
animate
Dp
Offset
As
State
@
Composable
fun
animateDpOffsetAsState
(
targetValue
:
DpOffset
,
animationSpec
:
AnimationSpec
<
DpOffset
>
=
tween(400)
,
finishedListener
:
(
DpOffset
)
->
Unit
?
=
null
)
:
State
<
DpOffset
>