Timeline QML Type
タイムラインもっと見る
Import Statement: | import QtQuick.Timeline 1.0 |
Inherits: |
プロパティ
- animations : list
- currentFrame : double
- enabled : bool
- endFrame : double
- keyframes : list
- startFrame : double
詳細説明
オブジェクトのプロパティの値を含むキーフレームの範囲を持つタイムラインを指定します。タイムラインはキーフレームとそのイージングカーブによってアイテムの値を指定することができる。
タイムラインは、アニメーションに使用することも、アイテムの動作を制御するために使用することもできます。
例えば、現在のフレームが進行状況を反映するプログレスバーを作成することができる。
プロパティのドキュメント
animations : list |
Timelineにアタッチされているアニメーションのリスト。
currentFrame : double |
タイムライン上の現在のキーフレーム。カレントキーフレームにはアニメーションを付けるか、バインディングを付けることができます。バインディングを使用すると、コンポーネントの動作を制御することができる。
enabled : bool |
タイムラインが有効かどうか。
Timelineが無効の場合、全てのアイテムは通常の値になります。タイムラインが有効な場合、アイテムの値は現在のフレームとキーフレームによって決まります。
特定の時間にアクティブになるタイムラインは1つだけです。
endFrame : double |
タイムラインの終端。
keyframes : list |
このプロパティには、タイムラインに接続されているキーフレームグループが含まれます。各キーフレームグループには、特定のアイテムやプロパティのキーフレームのリストが含まれています。
startFrame : double |
タイムラインの開始。
© 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.