You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
My suggestion is to add transitions where no animation/easing between the inicial position and final position. Having an instant transition can be useful to not use numbers with an unreasonable amount of decimals, since using that trick doesn't even make it look instant. So, for example, on the enderpearl holding animation:
Notice I added a new value on the end of the array. By defining 0 as default animation, 1 as an instant transition between that position and the one behind, 2 as an instant transition between that position and the following one (and maybe 3 for instant transition on both before and after positions?). This is only an example of how it could be done, I'm sure you can find a better way to do this
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My suggestion is to add transitions where no animation/easing between the inicial position and final position. Having an instant transition can be useful to not use numbers with an unreasonable amount of decimals, since using that trick doesn't even make it look instant. So, for example, on the enderpearl holding animation:
Instead of:
Have:
Notice I added a new value on the end of the array. By defining 0 as default animation, 1 as an instant transition between that position and the one behind, 2 as an instant transition between that position and the following one (and maybe 3 for instant transition on both before and after positions?). This is only an example of how it could be done, I'm sure you can find a better way to do this
The text was updated successfully, but these errors were encountered: