Skip to content

Commit 071b005

Browse files
committed
Update README
1 parent 6888320 commit 071b005

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<img src="/Res/Logo_1200x284.png"/>
1+
<div align="center">
2+
<img src="/Res/Logo_1200x284.png" width = "480" height = "112"/>
3+
</div>
24

35
**UTween** is an interpolation animation component for **Unity**. You can quickly configure animations through built-in components or write animations through code.
46

@@ -70,22 +72,22 @@
7072

7173
### 1.3. <a name='Preview'></a>Preview
7274
Add components and use rich built-in animation and easing functions:
73-
<div style="align: center">
75+
<div align="center">
7476
<img src="/Res/UTween_TwweenType_EaseType.gif"/>
7577
</div>
7678

7779
Support each axis independent curve:
78-
<div style="align: center">
80+
<div align="center">
7981
<img src="/Res/UTween_InspectorMultiCurve.png"/>
8082
</div>
8183

8284
The editor previews the animation in real time, what you see is what you get:
83-
<div style="align: center">
85+
<div align="center">
8486
<img src="/Res/UTween_EditorPreview.gif"/>
8587
</div>
8688

8789
Built-in curve path editor:
88-
<div style="align: center">
90+
<div align="center">
8991
<img src="/Res/UTween_PathEditor.gif"/>
9092
</div>
9193

README_CN.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<img src="/Res/Logo_1200x284.png"/>
1+
<div align="center">
2+
<img src="/Res/Logo_1200x284.png" width = "480" height = "112"/>
3+
</div>
24

35
**UTween** 是一个 **Unity** 环境下的插值动画组件,可以通过内置组件快速配置动画,或者通过代码编写动画。
46

@@ -70,22 +72,22 @@
7072

7173
### 1.3. <a name='-1'></a>功能预览
7274
添加组件,并使用丰富的内置动画和缓动函数:
73-
<div style="align: center">
75+
<div align="center">
7476
<img src="/Res/UTween_TwweenType_EaseType.gif"/>
7577
</div>
7678

7779
支持每个轴向独立曲线:
78-
<div style="align: center">
80+
<div align="center">
7981
<img src="Res/UTween_InspectorMultiCurve.png"/>
8082
</div>
8183

8284
编辑器实时预览动画,所见即所得:
83-
<div style="align: center">
85+
<div align="center">
8486
<img src="/Res/UTween_EditorPreview.gif"/>
8587
</div>
8688

8789
内置曲线路径编辑器:
88-
<div style="align: center">
90+
<div align="center">
8991
<img src="/Res/UTween_PathEditor.gif"/>
9092
</div>
9193

0 commit comments

Comments
 (0)