EpicenterTranslateClipReveal

EpicenterTranslateClipReveal captures the clip bounds and translation values before and after the scene change and animates between those and the epicenter bounds during a visibility transition.

PSPDFKit: Since certain versions of Marshmallow ship a broken popup animation, we use this as default popup window animation for all M devices.

Constructors

Link copied to clipboard
constructor()
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)

Functions

Link copied to clipboard
open fun captureEndValues(transitionValues: TransitionValues)
Link copied to clipboard
open fun captureStartValues(transitionValues: TransitionValues)
Link copied to clipboard
open fun onAppear(sceneRoot: ViewGroup, view: View, startValues: TransitionValues, endValues: TransitionValues): Animator
Link copied to clipboard
open fun onDisappear(sceneRoot: ViewGroup, view: View, startValues: TransitionValues, endValues: TransitionValues): Animator