BlazeMomentsPlayerFooterGradientStyle - React Native
Defining the positioning of a gradient within a player or item container.
Cases
| Value | Description |
|---|---|
| BottomToPlayer | Indicates that the gradient's bottom will start from the bottom of the player. |
| BottomToContainer | Indicates 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
}Updated 11 days ago
Did this page help you?
