This commit is contained in:
朱子楚\zhuzi
2024-04-11 15:27:15 +08:00
parent 3f6ef13cd0
commit 531f659e59
4 changed files with 21 additions and 22 deletions

View File

@ -10,13 +10,10 @@ FluContentPage{
title: qsTr("OpenGL")
FluFrame{
anchors.fill: parent
OpenGLItem{
width: 320
height: 480
anchors.fill: parent
SequentialAnimation on t {
NumberAnimation { to: 1; duration: 2500; easing.type: Easing.InQuad }
NumberAnimation { to: 0; duration: 2500; easing.type: Easing.OutQuad }
@ -24,9 +21,6 @@ FluContentPage{
running: true
}
}
}
}