Skip to content

Commit

Permalink
workaround for fake refreshing during grid view animations
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jan 23, 2018
1 parent a09a44c commit c1d19b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/Flickables/MusicGridView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ GridView {
}
cellHeight: cellSize + heightOffset
cellWidth: cellSize + widthOffset
displaced: Transition {

add: Transition {
NumberAnimation {
duration: UbuntuAnimation.FastDuration
properties: "x,y"
}
}
populate: Transition {
displaced: Transition {
NumberAnimation {
duration: UbuntuAnimation.FastDuration
properties: "x,y"
Expand Down

0 comments on commit c1d19b4

Please sign in to comment.