DefaultBannerTransformer

The default BannerXTransformer which provides generic horizontal movement between Banners.

Author

IODevBlue

Since

1.0.0

Constructors

Link copied to clipboard
fun DefaultBannerTransformer(parcel: Parcel)
Link copied to clipboard

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<DefaultBannerTransformer>

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun transformInvisibleBanners(view: View, position: Float)

Apply transformations to any invisible banner offscreen.

Link copied to clipboard
open override fun transformLeftBanner(view: View, position: Float)

Apply transformations to the immediate left banner.

Link copied to clipboard
open override fun transformRightBanner(view: View, position: Float)

Apply transformations to the immediate right banner.

Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)