core
0.1.7
core
/
de.peekandpoke.kraft.addons.semanticui.modals
/
FadingModal
/
Transition
Transition
data
class
Transition
(
val
fadeInTimeMs
:
Int
=
500
,
val
fadeOutTimeMs
:
Int
=
500
)
Content copied to clipboard
Constructors
Properties
Constructors
Transition
Link copied to clipboard
fun
Transition
(
fadeInTimeMs
:
Int
=
500
,
fadeOutTimeMs
:
Int
=
500
)
Content copied to clipboard
Properties
fadeInTimeMs
Link copied to clipboard
val
fadeInTimeMs
:
Int
=
500
Content copied to clipboard
fadeOutTimeMs
Link copied to clipboard
val
fadeOutTimeMs
:
Int
=
500
Content copied to clipboard