[English](README.md) | 日本語
#  XDUT Motion
[](https://github.com/ydipeepo/xdut-motion/releases) [](https://github.com/ydipeepo/xdut-motion/LICENSE)
継続可能なバネや滑走アニメーション、加速度の情報を持った Tween を含む、ノードをアニメーションさせるためのアドオンです。
```gdscript
await Motion \
.spring($Button, "position") \
.to(Vector2(128.0, 128.0)) \
.wait()
```
## 使い方
> [!IMPORTANT]
> このアドオンの動作には [XDUT Task](https://github.com/ydipeepo/xdut-task) (1.5.0~) が必要です。
#### アドオンの追加
1. `git clone https://github.com/ydipeepo/xdut-motion.git` し、
2. `addons/xdut-motion` をプロジェクトに複製し、
3. プロジェクト設定から XDUT Motion を有効にします。
#### リファレンス
📖 [Wiki](https://github.com/ydipeepo/xdut-motion/wiki) にまとめてあります。
## ライセンス
🔗 [MIT](https://github.com/ydipeepo/xdut-motion/blob/main/LICENSE) ライセンスです。
#### 表記
ライセンスの表記は必須ではありませんが、歓迎いたします。クレジットする場合は、"Ydi" に帰属させてください。