update product/phone/src/main/ets/view/SelectPhotoBrowserView.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2023-12-26 06:52:42 +00:00 committed by Gitee
parent 6c2539b83f
commit 925a24a4d9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -257,7 +257,6 @@ export struct SelectPhotoBrowserView {
Stack({ alignContent: Alignment.TopStart }) {
PhotoBrowserBg({ isShowBar: $isShowBar })
.opacity(this.geometryOpacity)
// @ts-ignore
.transition(TransitionEffect.opacity(0))
PhotoSwiper({
dataSource: this.dataSource,
@ -277,7 +276,6 @@ export struct SelectPhotoBrowserView {
totalSelectedCount: $selectedCount
})
.opacity(this.geometryOpacity)
// @ts-ignore
.transition(TransitionEffect.opacity(0))
}
}