createAppear

abstract fun createAppear(@NonNull sceneRoot: ViewGroup, @NonNull view: View): Animator

Should return an Animator that animates in the appearing target view.

Parameters

sceneRoot

The root of the transition hierarchy, which can be useful for checking configurations such as RTL

view

The view that is appearing