Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ls9512 committed Feb 20, 2021
1 parent 6888320 commit 071b005
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img src="/Res/Logo_1200x284.png"/>
<div align="center">
<img src="/Res/Logo_1200x284.png" width = "480" height = "112"/>
</div>

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

Expand Down Expand Up @@ -70,22 +72,22 @@

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

Support each axis independent curve:
<div style="align: center">
<div align="center">
<img src="/Res/UTween_InspectorMultiCurve.png"/>
</div>

The editor previews the animation in real time, what you see is what you get:
<div style="align: center">
<div align="center">
<img src="/Res/UTween_EditorPreview.gif"/>
</div>

Built-in curve path editor:
<div style="align: center">
<div align="center">
<img src="/Res/UTween_PathEditor.gif"/>
</div>

Expand Down
12 changes: 7 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img src="/Res/Logo_1200x284.png"/>
<div align="center">
<img src="/Res/Logo_1200x284.png" width = "480" height = "112"/>
</div>

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

Expand Down Expand Up @@ -70,22 +72,22 @@

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

支持每个轴向独立曲线:
<div style="align: center">
<div align="center">
<img src="Res/UTween_InspectorMultiCurve.png"/>
</div>

编辑器实时预览动画,所见即所得:
<div style="align: center">
<div align="center">
<img src="/Res/UTween_EditorPreview.gif"/>
</div>

内置曲线路径编辑器:
<div style="align: center">
<div align="center">
<img src="/Res/UTween_PathEditor.gif"/>
</div>

Expand Down

0 comments on commit 071b005

Please sign in to comment.