createDisappear

open fun createDisappear(@NonNull sceneRoot: ViewGroup, @NonNull view: View): Animator

Should return an Animator that animates out the disappearing 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 disappearing