mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 01:25:25 +08:00
update
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user