toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.ui.animations
Package-level
declarations
Types
Functions
Properties
Types
Hue
Shift
Looper
Link copied to clipboard
class
HueShiftLooper
(
val
updateInterval
:
Long
=
50
,
val
stepSize
:
Float
=
3.0f
,
val
minHue
:
Float
=
0.0f
,
val
maxHue
:
Float
=
360.0f
)
Properties
Ease
In
Ease
Out
Link copied to clipboard
val
EaseInEaseOut
:
CubicBezierEasing
EaseInEaseOut
Linear
Link copied to clipboard
val
Linear
:
CubicBezierEasing
Functions
bouncy
Spring
Link copied to clipboard
fun
<
T
>
bouncySpring
(
)
:
SpringSpec
<
T
>
handle
Slide
Link copied to clipboard
private
fun
Int
.
handleSlide
(
slideUp
:
Boolean
)
:
Int
Handles either the initial or target height
linear
Link copied to clipboard
fun
<
T
>
linear
(
durationMillis
:
Int
=
300
,
delayMillis
:
Int
=
0
)
:
TweenSpec
<
T
>
remember
Bouncy
Float
Looper
Link copied to clipboard
@
Composable
fun
rememberBouncyFloatLooper
(
initialValue
:
Float
,
targetValue
:
Float
)
:
State
<
Float
>
slide
In
Vert
Smooth
Link copied to clipboard
fun
slideInVertSmooth
(
slideUp
:
Boolean
=
true
,
durationMillis
:
Int
=
400
)
:
EnterTransition
slide
Out
Vert
Smooth
Link copied to clipboard
fun
slideOutVertSmooth
(
slideUp
:
Boolean
=
true
,
durationMillis
:
Int
=
400
)
:
ExitTransition
smooth
Link copied to clipboard
fun
<
T
>
smooth
(
durationMillis
:
Int
=
300
,
delayMillis
:
Int
=
0
)
:
TweenSpec
<
T
>
Vertically
Animated
Visibility
Link copied to clipboard
@
Composable
fun
VerticallyAnimatedVisibility
(
visible
:
Boolean
,
content
:
@
Composable
(
)
->
Unit
)
very
Bouncy
Spring
Link copied to clipboard
fun
<
T
>
veryBouncySpring
(
)
:
SpringSpec
<
T
>