~majster-pl/ubuntu-calendar-app/new-agenda-view

1
2
3
4
5
6
7
import QtQuick 2.4

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