Qt Quick Timeline QML Types

QtQuick.Timeline 导入

要将 QML 类型导入应用程序,请在 .qml 文件中使用以下导入语句:

import QtQuick.Timeline

Keyframe

一个关键帧

KeyframeGroup

关键帧组

Timeline

时间轴

TimelineAnimation

附加到时间轴的数字动画

QtQuick.Timeline.BlendTrees 导入

BlendTrees 子模块提供了 QML 类型,用于将多个TimelineAnimation混合在一起,创建新的动态动画。

要将 QML 类型导入应用程序,请在 .qml 文件中使用以下导入语句:

import QtQuick.Timeline.BlendTrees

BlendAnimationNode

在两个动画源之间混合的混合树节点

BlendTreeNode

所有混合树节点的基类

TimelineAnimationNode

播放时间轴动画的混合树源节点

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.