A powerful animation library for Java and Kotlin applications, providing smooth and customizable animations with support for various easing functions and keyframe-based animations.
showcase.mp4
repositories {
mavenCentral()
}
dependencies {
implementation("dev.hogoshi.animations:animations:X.X.X")
// or kotlin one
implementation("dev.hogoshi.animations:animations-kotlin:X.X.X")
}<dependencies>
<dependency>
<groupId>dev.hogoshi.animations</groupId>
<artifactId>animations</artifactId>
<version>X.X.X</version>
</dependency>
<!-- or kotlin one
<dependency>
<groupId>com.github.hogoshi</groupId>
<artifactId>animations-kotlin</artifactId>
<version>X.X.X</version>
</dependency>
-->
</dependencies>Note: Replace
X.X.Xwith the desired version tag from the releases page.
Another Note: Versions under
1.0.2are compatible only with 17+ Java, versions higher supports 8+ Java
This project is licensed under the MIT License - see the LICENSE file for details.