coil-root
Toggle table of contents
3.4.0-SNAPSHOT
android
Target filter
android
Switch theme
Search in API
Skip to content
coil-root
coil-core
/
coil3.transition
/
CrossfadeTransition
/
Factory
Factory
android
class
Factory
@
JvmOverloads
constructor
(
val
durationMillis
:
Int
=
DEFAULT_CROSSFADE_MILLIS
,
val
preferExactIntrinsicSize
:
Boolean
=
false
)
:
Transition.Factory
Members
Constructors
Factory
Link copied to clipboard
android
@
JvmOverloads
constructor
(
durationMillis
:
Int
=
DEFAULT_CROSSFADE_MILLIS
,
preferExactIntrinsicSize
:
Boolean
=
false
)
Properties
duration
Millis
Link copied to clipboard
android
val
durationMillis
:
Int
prefer
Exact
Intrinsic
Size
Link copied to clipboard
android
val
preferExactIntrinsicSize
:
Boolean
Functions
create
Link copied to clipboard
android
open
override
fun
create
(
target
:
TransitionTarget
,
result
:
ImageResult
)
:
Transition