aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/OpacityMask.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/OpacityMask.qml')
-rw-r--r--src/effects/OpacityMask.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/effects/OpacityMask.qml b/src/effects/OpacityMask.qml
index b2e88de..3a6e25a 100644
--- a/src/effects/OpacityMask.qml
+++ b/src/effects/OpacityMask.qml
@@ -71,6 +71,9 @@ Item {
/*!
This property defines the source item that is going to be masked.
+
+ \note It is not supported to let the effect include itself, for
+ instance by setting source to the effect's parent.
*/
property variant source
@@ -105,6 +108,9 @@ Item {
properties are animated.
By default, the property is set to \c false.
+
+ \note It is not supported to let the effect include itself, for
+ instance by setting maskSource to the effect's parent.
*/
property bool cached: false