@design-llm/motion 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/index.cjs +350 -109
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6059 -5736
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,10 @@ function App() {
|
|
|
42
42
|
|
|
43
43
|
- **FallingPattern** - 下落图案背景,无限循环的粒子下落动画
|
|
44
44
|
- **BlackHole** - 黑洞可视化,基于 Three.js 的 3D 黑洞及吸积盘效果
|
|
45
|
+
- **SquareLoader** - 方形加载动画,6个或9个方块按顺序闪烁的加载效果
|
|
46
|
+
- **Aurora** - 极光流体动效,使用 WebGL 渲染自适应流动的极光效果
|
|
47
|
+
- **FluidBackground** - 流体背景动画,包含旋转的圆形元素、玻璃效果和环形动画
|
|
48
|
+
- **MeshGradient** - 网格渐变背景,使用 WebGL 渲染流动的网格渐变效果
|
|
45
49
|
|
|
46
50
|
### 按钮组件
|
|
47
51
|
|
|
@@ -147,3 +151,4 @@ import { BlackHole } from '@design-llm/motion';
|
|
|
147
151
|
|
|
148
152
|
MIT
|
|
149
153
|
|
|
154
|
+
|