1
我試圖緩和曲線添加到我的QML ColorAnimation:QML ColorAnimation easing.type
ColorAnimation on color{
id: colorAnimIn
from: "Yellow"
to: "dark gray"
duration: 150
easing.type: Easing.InOutQuad
}
,但我得到的easing.type一個屬性分配預期的錯誤:行
任何想法?該文檔指出它是正確的...