fix easing assignment

This commit is contained in:
Marco Martin 2012-10-12 14:33:07 +02:00
parent 795320af25
commit 86ecacf2a4

View File

@ -177,7 +177,7 @@ FocusScope {
Behavior on x {
NumberAnimation {
duration: 250
easing: Easing.InOutQuad
easing.type: Easing.InOutQuad
}
}
}