Epicenter Translate Clip Reveal
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.
Functions
Link copied to clipboard
Captures the end values for the transition.
Link copied to clipboard
Captures the start values for the transition.
Link copied to clipboard
open fun onAppear(sceneRoot: ViewGroup, view: View, startValues: TransitionValues, endValues: TransitionValues): Animator
Creates an animator for the view appearing on screen.
Link copied to clipboard
open fun onDisappear(sceneRoot: ViewGroup, view: View, startValues: TransitionValues, endValues: TransitionValues): Animator
Creates an animator for the view disappearing from screen.