Formatting
This commit is contained in:
parent
c3304818f1
commit
5fd0e57b91
7 changed files with 28 additions and 40 deletions
|
|
@ -21,7 +21,7 @@ NLoader {
|
|||
function hide() {
|
||||
wifiMenuRect.scaleValue = 0.8
|
||||
wifiMenuRect.opacityValue = 0.0
|
||||
|
||||
|
||||
hideTimer.start()
|
||||
}
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ NLoader {
|
|||
// Start hide animation
|
||||
wifiMenuRect.scaleValue = 0.8
|
||||
wifiMenuRect.opacityValue = 0.0
|
||||
|
||||
|
||||
// Hide after animation completes
|
||||
hideTimer.start()
|
||||
}
|
||||
|
|
@ -45,7 +45,7 @@ NLoader {
|
|||
// Start hide animation
|
||||
wifiMenuRect.scaleValue = 0.8
|
||||
wifiMenuRect.opacityValue = 0.0
|
||||
|
||||
|
||||
// Hide after animation completes
|
||||
hideTimer.start()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue