PanelSubContainerAnimationProvider

interface PanelSubContainerAnimationProvider<in P : Any>

An interface to provide animation for a sub-container of a container view.

Parameters

P

The type of panel data that populates the container view. It can be a single panel, a collection of panels or any other panel-related type.

Functions

Link copied to clipboard
abstract fun getAnimation(subContainer: View, panelData: P): Animation

Gets animation for subContainer that contains or will contain panelData.