-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LitMotion v2.0 #138
LitMotion v2.0 #138
Conversation
In order to build a new Sequence package, we have closed PR #122, where work was stalled. We will create a new PR soon. |
If you have any new ideas, please add them in the comments here! New implementations will be included in v2, so even breaking changes are OK. |
Please make |
If u can plz add shortcut method for,
|
Move bind extensions to LitMotion.Extensions
Optimize `Bind` methods
Add `TryCancel` / `TryComplete`
Added |
Change `LoopType.Yoyo` behavior and add `LoopType.Flip`
Change LitMotionAnimation API
Fix: no copy is done when allocating the buffer in sequence builder
…events Rename animation component events
Add: `MotionHandle.Duration`, `MotionHandle.Loops` and `MotionHandle.Delay`
Update docs
Api adjustments
v2.0 has been merged and will be released soon! |
Can the damper function be added? For handling animations that often need to be interrupted, damper is a better choice than Tween. I have tried to implement a version before, but I couldn't achieve a good integration between Damp and the existing Tween Perhaps you can do better |
With the release of v2, this issue has been closed. Please create a new issue. |
We have started work on releasing a new version of LitMotion, which will include performance improvements, Sequence support, visual editor support, and API improvements (including breaking changes). You can see the work in this branch.