Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -207,7 +207,11 @@ export struct VideoChannelPage { | @@ -207,7 +207,11 @@ export struct VideoChannelPage { | ||
| 207 | top: px2vp(this.topSafeHeight) | 207 | top: px2vp(this.topSafeHeight) |
| 208 | }) | 208 | }) |
| 209 | .visibility(this.displayDirection === DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) | 209 | .visibility(this.displayDirection === DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) |
| 210 | - | 210 | + .linearGradient({ |
| 211 | + colors: [ | ||
| 212 | + ['rgba(18, 18, 18, 0.5)', 0.0], ['rgba(18, 18, 18, 0.0)', 1.0] | ||
| 213 | + ] | ||
| 214 | + }) | ||
| 211 | } | 215 | } |
| 212 | 216 | ||
| 213 | /** | 217 | /** |
-
Please register or login to post a comment