~elopio/unity8/wait_for_category

« back to all changes in this revision

Viewing changes to Components/Tile.qml

reset after completely messing up merging

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    property alias text: label.text
27
27
    property int imageWidth
28
28
    property int imageHeight
 
29
    opacity: GridView.view.highlightIndex === -1 ? 1 :
 
30
                GridView.view.highlightIndex === index ? 0.6 : 0.2
 
31
 
 
32
    Behavior on opacity {
 
33
        UbuntuNumberAnimation {}
 
34
    }
29
35
 
30
36
    UbuntuShape {
31
37
        id: icon