~renatofilho/ubuntu-calendar-app/fix-1373945A

1
2
3
4
5
6
7
import QtQuick 2.4

PropertyAnimation {
    duration: 500
    easing.type: Easing.OutQuad
    property: "contentY"
}