Skip to content

ASOAnimatedButton is a storyboard-friendly library to animate button to have a two-state or bounce effect. Refer to its project examples for its various implementations.

License

Notifications You must be signed in to change notification settings

agusso/ASOAnimatedButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASOAnimatedButton

Version Platform

ASOAnimatedButton is an animated button which can be easily configured using Storyboard. There are two effects supported by this library, i.e. bounce-button and two-state effects. One of the possible implementations of those effects is it can be used to build a menu buttons such as the one implemented in Android version of Tumblr App.

Refer to the example project for its various implementations.

Animation Preview

Usage

To run the example project; clone the repo, and run pod install from the Example directory first. Then launch it from Example.xcworkspace.

Requirements

  • iOS SDK 7 or later
  • Xcode 5 or later

Installation

ASOAnimatedButton is available through CocoaPods, to install it simply add the following line to your Podfile:

platform :ios, '7.0'
pod 'ASOAnimatedButton'

Or 'Add File' in the Classes/iOS/ directory from this repo into your project.

Documentation

Sample Code

The easiest way to learn how to use ASOAnimatedButton is by going through the example apps in Examples.xcworkspace and follow the quick start guide in each README of those examples.

  • BounceButtonExample. Several examples on how to implement each available animation style of 'bounce effect' on buttons.
  • TwoStateButtonExample. This is a an example on how to implement 'two-state effect' on a button.

Getting Help

If you need help using ASOAnimatedButton, please post a question on StackOverflow with the "ASOAnimatedButton" tag.

If you think you found a problem with ASOAnimatedButton, please post an issue. A sample project or fork of any of the examples demonstrating the problem will be helpful.

Author

Agus Soedibjo. Copyright (c) 2014 Agus Soedibjo, [email protected]

License

ASOAnimatedButton is available under the MIT license. See the LICENSE file for more info.

About

ASOAnimatedButton is a storyboard-friendly library to animate button to have a two-state or bounce effect. Refer to its project examples for its various implementations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published