Introduction

Java Animations

Java Animations is your future animation assistant. Using Java Animations, you can animate anything as you like! You can create your own animation types, your own duration, and everything you need to animate the value!

This lib requires 8+ Java to work.

Features

Animating

• Animate to any value you want

• Animate with any easing you want

• Create your custom animation easings

• Safe animating

• Animate with any bezier you want

• Animate with any curve bezier you want

Getting

• Get animation's value

• Get animation's target value

• Get animation's from value

• Get animation's animation start time

• Get animation's type

• Get animation's last bezier

• Get animation's last easing

Import

To use, u need to import library or just drag it into ur project folder:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.zhogoshi</groupId>
    <artifactId>java-animations</artifactId>
    <version>4.0</version>
</dependency>

Last updated