GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFooterGradientStyle - React Native

Defining the positioning of a gradient within a player or item container.

Cases

ValueDescription
BottomToPlayerIndicates that the gradient's bottom will start from the bottom of the player.
BottomToContainerIndicates that the gradient's bottom will start from the bottom of the entire player or item container.

Initialization

interface BlazeMomentsPlayerFooterGradientStyle {
  isVisible?: boolean;
  startColor?: string; //Hex
  endColor?: string; //Hex
  endPositioning?: BlazeMomentsPlayerFooterGradientPositioning
}

Did this page help you?