代码之家  ›  专栏  ›  技术社区  ›  Ivan P.

Qt-3D:动画可以使用放松吗?

  •  0
  • Ivan P.  · 技术社区  · 4 年前

    "easing" does not have members 对于行 easing.type :Easing.InQuad 代码如下:

                SequentialAnimation on y {
                    loops: Animation.Infinite
                    NumberAnimation {
                        duration: 3000
                        to: -150
                        from: 150
                        easing.type :Easing.InQuad
                    }
                    NumberAnimation {
                        duration: 3000
                        to: 150
                        from: -150
                        easing.type :Easing.OutQuad
                    }
                }
    

    Easing does not have members - error in qml

    0 回复  |  直到 4 年前
        1
  •  0
  •   Ivan P.    4 年前

    我以前太信任艾德了。

    这确实是IDE的假阳性。代码运行良好,动画似乎正确。

    这个问题可能已经结束了。