PageTransformer

A PageTransformer is invoked whenever a visible/attached page is scrolled. This offers an opportunity for the application to apply a custom transformation to the page views using animation properties.

Inheritors

Functions

Link copied to clipboard
abstract fun transformPage(@NonNull page: View, position: Float)
Apply a property transformation to the given page.