This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
Beta Release v0.0.1-beta01 #2
amirisback
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
About This Project (release-and-work-in-progress 👷🔧️👷♀️⛏)
Version Release
This Is Latest Release
What's New??
Screen Shot
Download this project
Step 1. Add the JitPack repository to your build file (build.gradle : Project)
<Option 1> Groovy Gradle
<Option 2> Kotlin DSL Gradle
Step 2. Add the dependency (build.gradle : Module)
Step 3. Call FrogoAnimation
Animations
To animate the view, add the class name and specific animation method name
setAnimation
to an view. You can include the methodsetDuration
to specify duration of animation. Default value forduration
is1000 Milliseconds
. Finally you need to add one of the following classes to the view:Attention
Bounce
Fade
Flip
Rotate
Slide
Zoom
Attention
Attention
Bounce
Flash
Pulse
Ruberband
Shake
Standup
Swing
Tada
Wave
Wobble
Bounce
Bounce
InDown
InUp
InLeft
InRight
In
Fade
Fade
InDown
InUp
InLeft
InRight
OutDown
OutUp
OutLeft
OutRight
In
Out
Flip
Flip
InX
InY
OutX
OutY
Rotate
Rotate
InDownLeft
InDownRight
InUpLeft
InUpRight
OutDownLeft
OutDownRight
OutUpLeft
OutUpRight
In
Out
Slide
Slide
InDown
InUp
InLeft
InRight
OutDown
OutUp
OutLeft
OutRight
Zoom
Zoom
InDown
InUp
InLeft
InRight
OutDown
OutUp
OutLeft
OutRight
In
Out
This android view animations library supports number of animations. Go to the java version of this library to see the gallery of animations. Click here https://github.com/gayanvoice/android-view-animations-java#animations
Colaborator
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
Name Of Contribute
Waiting for your contribute
Inspiration
Attention !!!
This discussion was created from the release Beta Release v0.0.1-beta01.
Beta Was this translation helpful? Give feedback.
All reactions