From 30daa085aebd5ffbed9e4756eafdb3245e096b77 Mon Sep 17 00:00:00 2001 From: youngjuning Date: Sun, 1 Dec 2024 01:08:59 +0000 Subject: [PATCH] deploy: 6dea5658fa34fae6554b7d52908c2b9d50a9a0c4 --- docs/animation/diffusion/index.html | 2 +- docs/animation/drawer/index.html | 2 +- docs/animation/wave/index.html | 2 +- docs/basic/battery/index.html | 2 +- docs/basic/brick-button/index.html | 2 +- docs/basic/button/index.html | 2 +- docs/basic/icon-font/index.html | 2 +- docs/basic/motion/index.html | 2 +- docs/basic/slider-progress/index.html | 2 +- docs/basic/tytext/index.html | 2 +- docs/basic/unit-text/index.html | 2 +- docs/data-entry/checkbox/index.html | 2 +- docs/data-entry/date-picker/index.html | 2 +- docs/data-entry/picker-view/index.html | 2 +- docs/data-entry/slider-with-line/index.html | 2 +- docs/data-entry/slider/index.html | 2 +- docs/data-entry/stepper/index.html | 2 +- docs/data-entry/switch-button/index.html | 2 +- docs/data-entry/timer-picker/index.html | 2 +- docs/feedback/dialog/index.html | 2 +- docs/feedback/global-toast/index.html | 2 +- docs/feedback/modal/index.html | 2 +- docs/feedback/notification-legacy/index.html | 2 +- docs/feedback/notification/index.html | 2 +- docs/feedback/popup/index.html | 2 +- docs/feedback/swipeout/index.html | 2 +- docs/feedback/tips/index.html | 2 +- docs/feedback/toast-view/index.html | 2 +- docs/getting-started/index.html | 2 +- docs/navigation/controller-bar/index.html | 2 +- docs/navigation/tab-bar/index.html | 2 +- docs/navigation/tab/index.html | 2 +- docs/navigation/tabs/index.html | 2 +- docs/navigation/top-bar/index.html | 2 +- docs/presentation/carousel/index.html | 2 +- docs/presentation/circle-view/index.html | 2 +- docs/presentation/collapsible/index.html | 2 +- docs/presentation/divider/index.html | 2 +- docs/presentation/linear-gradient/index.html | 2 +- docs/presentation/progress/index.html | 2 +- docs/presentation/radial-gradient/index.html | 2 +- docs/presentation/rotation-view/index.html | 2 +- docs/presentation/tyflat-list/index.html | 2 +- docs/presentation/tylist-item/index.html | 2 +- docs/presentation/tysection-list/index.html | 2 +- en/docs/animation/diffusion/index.html | 2 +- en/docs/animation/drawer/index.html | 2 +- en/docs/animation/wave/index.html | 2 +- en/docs/basic/battery/index.html | 2 +- en/docs/basic/brick-button/index.html | 2 +- en/docs/basic/button/index.html | 2 +- en/docs/basic/icon-font/index.html | 2 +- en/docs/basic/motion/index.html | 2 +- en/docs/basic/slider-progress/index.html | 2 +- en/docs/basic/tytext/index.html | 2 +- en/docs/basic/unit-text/index.html | 2 +- en/docs/data-entry/checkbox/index.html | 2 +- en/docs/data-entry/date-picker/index.html | 2 +- en/docs/data-entry/picker-view/index.html | 2 +- en/docs/data-entry/slider-with-line/index.html | 2 +- en/docs/data-entry/slider/index.html | 2 +- en/docs/data-entry/stepper/index.html | 2 +- en/docs/data-entry/switch-button/index.html | 2 +- en/docs/data-entry/timer-picker/index.html | 2 +- en/docs/feedback/dialog/index.html | 2 +- en/docs/feedback/global-toast/index.html | 2 +- en/docs/feedback/modal/index.html | 2 +- en/docs/feedback/notification-legacy/index.html | 2 +- en/docs/feedback/notification/index.html | 2 +- en/docs/feedback/popup/index.html | 2 +- en/docs/feedback/swipeout/index.html | 2 +- en/docs/feedback/tips/index.html | 2 +- en/docs/feedback/toast-view/index.html | 2 +- en/docs/getting-started/index.html | 2 +- en/docs/navigation/controller-bar/index.html | 2 +- en/docs/navigation/tab-bar/index.html | 2 +- en/docs/navigation/tab/index.html | 2 +- en/docs/navigation/tabs/index.html | 2 +- en/docs/navigation/top-bar/index.html | 2 +- en/docs/presentation/carousel/index.html | 2 +- en/docs/presentation/circle-view/index.html | 2 +- en/docs/presentation/collapsible/index.html | 2 +- en/docs/presentation/divider/index.html | 2 +- en/docs/presentation/linear-gradient/index.html | 2 +- en/docs/presentation/progress/index.html | 2 +- en/docs/presentation/radial-gradient/index.html | 2 +- en/docs/presentation/rotation-view/index.html | 2 +- en/docs/presentation/tyflat-list/index.html | 2 +- en/docs/presentation/tylist-item/index.html | 2 +- en/docs/presentation/tysection-list/index.html | 2 +- types-assets.json | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) diff --git a/docs/animation/diffusion/index.html b/docs/animation/diffusion/index.html index d8e42a474..9aa06a642 100644 --- a/docs/animation/diffusion/index.html +++ b/docs/animation/diffusion/index.html @@ -38,7 +38,7 @@

Diffusion 水波纹组件

代码演示

基础样式

import { Diffusion } from 'tuya-panel-kit';
// import Diffusion from 'tuya-panel-animation-diffusion';
<Diffusion />

自定义子组件

import { View } from 'react-native'
import { Diffusion } from 'tuya-panel-kit';
// import Diffusion from 'tuya-panel-animation-diffusion';
-
<Diffusion color="#0ff" number={3}>
<View style={{ width: 80, height: 80, borderRadius: 40, backgroundColor: '#0ff' }} />
</Diffusion>

API

Diffusion

属性名描述类型默认值
color波纹颜色string'#00FF00'
radius最内圈波纹半径numbercx(50)
maxRadius最外圈波纹大小numbercx(100)
width波纹宽度大小numbercx(5)
number波纹循环一次条数number2
mainDelay波纹循环间隔时间number1000
intervalTime间隔多久进行循环,为 0 代表持续循环number0
startAnimated开始动画标志booleantrue
style容器样式StylePropnull
children渲染自定义内容ReactNodenull
animationConfig动画配置项{ easing?: (...args: any[]) => any; duration?: number; delay?: number; isInteraction?: boolean; useNativeDriver?: boolean; }{ easing: Easing.bezier(0, 0, 0.25, 1), duration: 2000, delay: 0, isInteraction: true, useNativeDriver: false }
tuya01:01
+
<Diffusion color="#0ff" number={3}>
<View style={{ width: 80, height: 80, borderRadius: 40, backgroundColor: '#0ff' }} />
</Diffusion>

API

Diffusion

属性名描述类型默认值
color波纹颜色string'#00FF00'
radius最内圈波纹半径numbercx(50)
maxRadius最外圈波纹大小numbercx(100)
width波纹宽度大小numbercx(5)
number波纹循环一次条数number2
mainDelay波纹循环间隔时间number1000
intervalTime间隔多久进行循环,为 0 代表持续循环number0
startAnimated开始动画标志booleantrue
style容器样式StylePropnull
children渲染自定义内容ReactNodenull
animationConfig动画配置项{ easing?: (...args: any[]) => any; duration?: number; delay?: number; isInteraction?: boolean; useNativeDriver?: boolean; }{ easing: Easing.bezier(0, 0, 0.25, 1), duration: 2000, delay: 0, isInteraction: true, useNativeDriver: false }
tuya01:08