Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenjun
2024-08-28 11:15:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcee07c4663f929417343f3230eb0e7c9a03928b
fcee07c4
1 parent
3976b731
沉浸式底部遮罩渐变
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerBottomView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerBottomView.ets
View file @
fcee07c
...
...
@@ -29,7 +29,7 @@ export struct PlayerBottomView {
.markAnchor({ y: '100%' })
.linearGradient({
colors: [
['rgba(0, 0, 0, 0.0)', 0.0], ['rgba(0, 0, 0, 0.
4
)', 1.0]
['rgba(0, 0, 0, 0.0)', 0.0], ['rgba(0, 0, 0, 0.
5
)', 1.0]
]
})
.visibility(this.displayDirection === DisplayDirection.VERTICAL ?
...
...
Please
register
or
login
to post a comment