Another implementation of animations inspired by animate.css and AndroidAnimations
To use this library your minSdkVersion
must be >= 16.
In your top level build.gradle:
allprojects {
repositories {
//other repositories
maven {
url "https://dl.bintray.com/slavafir/AnimationsPack/"
}
}
}
In your project's build.gradle:
dependencies {
implementation 'com.mlsdev.androidanimations.library:AnimationsPack:1.0.7'
}
val animationParams = AnimationParams(
repeatTimes = 0,
duration = 1000L
)
//animationName is one of AnimationUtils.animationNames
val animation = AnimationUtils.getAnimation(animationName, targetView, animationParams)
animation.start()
- Slava Fir, MLSDev
AnimationsPack is released under the MIT license. See LICENSE for details.
AnimationsPack is maintained by MLSDev, Inc. We specialize in providing all-in-one solution in mobile and web development. Our team follows Lean principles and works according to agile methodologies to deliver the best results reducing the budget for development and its timeline.
Find out more here and don't hesitate to contact us!