Merge branch 'tor_site_container' into teplitsa_tz
Containers page refactoring
This commit is contained in:
commit
6ee203a21d
22 changed files with 10641 additions and 748 deletions
6
client/ui/qml/Controls/VisibleBehavior.qml
Normal file
6
client/ui/qml/Controls/VisibleBehavior.qml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FadeBehavior {
|
||||
fadeProperty: "opacity"
|
||||
fadeDuration: 200
|
||||
outAnimation.duration: targetValue ? 0 : fadeDuration
|
||||
inAnimation.duration: targetValue ? fadeDuration : 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue