chore: Change default ease to sine

This commit is contained in:
TopchetoEU 2022-09-22 10:55:57 +03:00
parent 976e91c837
commit 2507e806f3
No known key found for this signature in database
GPG Key ID: 0F2543CA49C81E3A

View File

@ -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")