io.nekonya.tinax.tween

6.6.3 • Public • Published

TinaX Framework - Tween.

logo

LICENSE 996.icu LICENSE

TinaX is a Unity-based framework, simple , complete and delightful, ready to use.

TinaX provides functionality in the form of "Unity packages".

TinaX.Tween provides a lightweight tween animation library for TinaX Framework.

  • Lightweight tween animation library
  • Tween animation components that can be used without coding

package name: io.nekonya.tinax.tween



QuickStart

The core function of this library is based on TweenRx (MIT license). You can also directly visit TweenRx's repo to view relevant documents.


Simple float animation

using UniRx;
using TinaX.Tween;

Tween.Play(1, 10)
    .Subscribe(value =>
    {
        gameObject1.transform.localPosition = new Vector3(x, 0, 0);
    });

Tween component

We can use components in the editor without coding to achieve tween animation function.

1619467493256

For more usage, please see the document.



Install

Please visit the documentation for installation instructions:Install TinaX



Dependencies




Learn TinaX

You can find out how to use the various features of TinaX in the documentation


Third-Party

The following excellent third-party libraries are used in this project:

  • TweenRx : (MIT License)Reactive animation utility for Unity.

Package Sidebar

Install

npm i io.nekonya.tinax.tween

Weekly Downloads

8

Version

6.6.3

License

MIT

Unpacked Size

392 kB

Total Files

75

Last publish

Collaborators

  • yomunsam