ColorOpacityAnimation QML Type

Animates the alpha value of a color without modifying the rest of the color. 更多...

import 语句: import QtQuick.VectorImage.Helpers
Since: Qt 6.10
继承:

Item

特性

详细描述

This type will animate the alpha value of a color without modifying the other components. It is used to support the fill-opacity and stroke-opacity properties of SVG, which can be animated separately from the opacity of the shape itself.

特性文档编制

from : real

The value of the color's alpha channel at the start of the animation.

to : real

The value of the color's alpha channel at the end of the animation.