~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

463.1.1 by Akiva Avraham
Updated library imports to qtquick-2.3
1
import QtQuick 2.3
414.1.4 by Akiva Avraham
Moved the Animation to its own .qml.
2
3
PropertyAnimation {
4
    duration: 500
5
    easing.type: Easing.OutQuad
6
    property: "contentY"
7
}