Formatting
This commit is contained in:
parent
c3304818f1
commit
5fd0e57b91
7 changed files with 28 additions and 40 deletions
|
|
@ -20,7 +20,7 @@ NLoader {
|
|||
// Start hide animation
|
||||
calendarRect.scaleValue = 0.8
|
||||
calendarRect.opacityValue = 0.0
|
||||
|
||||
|
||||
// Hide after animation completes
|
||||
hideTimer.start()
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ NLoader {
|
|||
// Start hide animation
|
||||
calendarRect.scaleValue = 0.8
|
||||
calendarRect.opacityValue = 0.0
|
||||
|
||||
|
||||
// Hide after animation completes
|
||||
hideTimer.start()
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@ NLoader {
|
|||
// Start hide animation
|
||||
calendarRect.scaleValue = 0.8
|
||||
calendarRect.opacityValue = 0.0
|
||||
|
||||
|
||||
// Hide after animation completes
|
||||
hideTimer.start()
|
||||
}
|
||||
|
|
@ -97,7 +97,6 @@ NLoader {
|
|||
NumberAnimation {
|
||||
duration: Style.animationSlow
|
||||
easing.type: Easing.OutExpo
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -105,7 +104,6 @@ NLoader {
|
|||
NumberAnimation {
|
||||
duration: Style.animationNormal
|
||||
easing.type: Easing.OutQuad
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue