Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.animation
Package-level
declarations
Types
Functions
Types
Circle
Loading
Link copied to clipboard
@
Stable
object
CircleLoading
:
IndeterminateLoadingAnimation
Indeterminate
Loading
Animation
Link copied to clipboard
@
Stable
interface
IndeterminateLoadingAnimation
Wave
Loading
Link copied to clipboard
@
Stable
object
WaveLoading
:
IndeterminateLoadingAnimation
Functions
Animation
Content
Link copied to clipboard
@
Composable
fun
<
S
>
AnimationContent
(
state
:
S
,
modifier
:
Modifier
=
Modifier
,
alignment
:
Alignment
=
Alignment.TopStart
,
contentKey
:
(
S
)
->
Any
?
=
{ it }
,
duration
:
Int
?
=
null
,
enter
:
(
Int
)
->
EnterTransition
?
=
null
,
exit
:
(
Int
)
->
ExitTransition
?
=
null
,
content
:
@
Composable
AnimatedContentScope
.
(
S
)
->
Unit
)
Animation
Visibility
Link copied to clipboard
@
Composable
fun
AnimationVisibility
(
visible
:
Boolean
,
modifier
:
Modifier
=
Modifier
,
duration
:
Int
?
=
null
,
enter
:
(
Int
)
->
EnterTransition
?
=
null
,
exit
:
(
Int
)
->
ExitTransition
?
=
null
,
content
:
@
Composable
AnimatedVisibilityScope
.
(
)
->
Unit
)
Expandable
Content
Link copied to clipboard
@
Composable
fun
ExpandableContent
(
isExpanded
:
Boolean
,
duration
:
Int
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)