core
0.20.1
js
core
/
de.peekandpoke.kraft.addons.semanticui.modals
/
FadingModal
/
Transition
Transition
js
data
class
Transition
(
val
fadeInTimeMs
:
Int
=
500
,
val
fadeOutTimeMs
:
Int
=
500
)
Content copied to clipboard
Constructors
Properties
Constructors
Transition
Link copied to clipboard
js
fun
Transition
(
fadeInTimeMs
:
Int
=
500
,
fadeOutTimeMs
:
Int
=
500
)
Content copied to clipboard
Properties
fade
In
Time
Ms
Link copied to clipboard
js
val
fadeInTimeMs
:
Int
=
500
Content copied to clipboard
fade
Out
Time
Ms
Link copied to clipboard
js
val
fadeOutTimeMs
:
Int
=
500
Content copied to clipboard