PanelSubContainerAnimationProvider

interface PanelSubContainerAnimationProvider<in SD>

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

Parameters

SD

The data type that is used by sub-containers to populate the sub-container views within a panel container view. It can be a single panel, a collection of panels or any other panel-related type. It is derived from the panel container data.

Functions

Link copied to clipboard
abstract fun getAnimation(subContainer: View, subContainerData: SD): Animation

Gets animation for subContainer that contains or will contain subContainerData.