ColorOpacityAnimation QML Type
Animates the alpha value of a color without modifying the rest of the color. More...
Import Statement: | import QtQuick.VectorImage.Helpers |
Since: | Qt 6.10 |
Inherits: |
Properties
Detailed Description
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.
Property Documentation
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.
© 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.