chore: Change default ease to sine
This commit is contained in:
parent
976e91c837
commit
2507e806f3
@ -91,7 +91,7 @@ public final class AnimatedChunks implements ClientModInitializer, ModMenuApi {
|
|||||||
.description("Animation takes off very quickly, overshoots, then undershoots, until it reaches the end.")
|
.description("Animation takes off very quickly, overshoots, then undershoots, until it reaches the end.")
|
||||||
);
|
);
|
||||||
|
|
||||||
manager.set("elastic");
|
manager.set("sine");
|
||||||
}
|
}
|
||||||
private static void registerAnimations(Manager<Animation> manager) {
|
private static void registerAnimations(Manager<Animation> manager) {
|
||||||
manager.register(new Descriptor<>(new RiseAnimation(), "rise")
|
manager.register(new Descriptor<>(new RiseAnimation(), "rise")
|
||||||
|
Loading…
Reference in New Issue
Block a user