- Notifications
You must be signed in to change notification settings - Fork1
tfaki/jump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Customizable Bounce Animation
- Add the dependency below to your module's
build.gradle
file:
dependencies { implementation 'com.github.tfaki:jump:1.0.0'}
- Add the maven to your
settings.gradle
file
maven { url 'https://jitpack.io' }
Jump(toDirection=150//bouncetodirection) {//yourcontent }
toDirection is required. How much do you want the jump animation
BounceType.HIGH_BOUNCEBounceType.MEDIUM_BOUNCEBounceType.LOW_BOUNCEBounceType.NO_BOUNCE
Support it by joiningstargazers for this repository. ⭐
Copyright 2022 tfaki (Talha Fakioglu)Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.