Animation::stopped()

stopped()

このシグナルはアニメーションが終了した時に発行されます。

アニメーションは、手動で停止されたか、完了しています。

それは、トップレベル、スタンドアロンなアニメーション向けにのみトリガーされます。それは Behavior や Transition、アニメーショングループの一部であるアニメーションでは、トリガーされません。

alwaysRunToEnd が true の時、アニメーションが現在の進行を完了するまで、このシグナルは発行されません。

対応ハンドラーは、 onStopped です。

This signal is emitted when the animation ends.

The animation may have been stopped manually, or may have run to completion.

It is only triggered for top-level, standalone animations. It will not be triggered for animations in a Behavior or Transition, or animations that are part of an animation group.

If alwaysRunToEnd is true, this signal will not be emitted until the animation has completed its current iteration.

The corresponding handler is onStopped.

Animation QML Type | Qt Quick 5.6