mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Remove commented code
This commit is contained in:
parent
8871f7e9d8
commit
16e9332aec
1 changed files with 0 additions and 2 deletions
|
@ -17,12 +17,10 @@ SequentialAnimation {
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
// /duration: 300
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PauseAnimation {
|
PauseAnimation {
|
||||||
id: pauseAnimation
|
id: pauseAnimation
|
||||||
// duration: spinner.barCount * 150
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue