mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-23 06:19:47 +00:00
fix no date and time and other UI component on ScreenLock page
as the UI component's opacity is 0 Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
This commit is contained in:
parent
9b351c59fd
commit
91e550d398
@ -45,6 +45,9 @@ export default class SlideScreenLockViewModel {
|
||||
this.backgroundScale = 1
|
||||
setTimeout(() => {
|
||||
callback()
|
||||
this.elementAlpha = 1
|
||||
this.elementScale = 1
|
||||
this.backgroundScale = 1.1
|
||||
}, 250);
|
||||
})
|
||||
this.slidingLength = SLIDING_LENGTH
|
||||
|
@ -45,6 +45,9 @@ export default class SlideScreenLockViewModel {
|
||||
this.backgroundScale = 1
|
||||
setTimeout(() => {
|
||||
callback()
|
||||
this.elementAlpha = 1
|
||||
this.elementScale = 1
|
||||
this.backgroundScale = 1.1
|
||||
}, 250);
|
||||
})
|
||||
this.slidingLength = SLIDING_LENGTH
|
||||
|
Loading…
Reference in New Issue
Block a user