提交 128ecdd2 编写于 作者: Y yanjin1122

add effectcomponent doc

Signed-off-by: Nyanjin1122 <976819878@qq.com>
上级 feb775b2
......@@ -52,6 +52,7 @@
- [文本通用](ts-universal-attributes-text-style.md)
- [拖拽控制](ts-universal-attributes-drag-drop.md)
- [安全区域](ts-universal-attributes-expand-safe-area.md)
- [特效绘制合并](ts-universal-attributes-use-effect.md)
- 手势处理
- [绑定手势方法](ts-gesture-settings.md)
- 基础手势
......
......@@ -4,7 +4,9 @@
> **说明:**
>
> - 该组件从API Version 10开始支持。
> - 该组件从API Version 10开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
>
> - 该组件为系统接口。
>
> - 目前该组件仅支持子组件背景模糊效果的绘制合并优化。
>
......@@ -39,7 +41,7 @@ EffectComponent()
struct Index {
build() {
Stack() {
Image("pages/test1.png")
Image($r("app.media.example"))
.autoResize(true)
EffectComponent() {
Column({ space: 20 }) {
......
# 特效绘制合
用于对背景模糊等特效进行绘制合并。
> **说明:**
>
> 从API Version 10开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
## 属性
| 名称 | 参数类型 | 参数描述 |
| -------- | -------- | -------- |
| useEffect | bool | 控制组件是否继承EffectComponent组件的特效属性参数进行特效的合并绘制。<br/>默认值:false|
## 示例
示例请参考[EffectComponent](ts-container-effectcomponent.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册