Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for different slider popUp animations #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 5, 2016

  1. Slider now supports different animations

    Rather than pass an `animated` flag, the slider now has an enum for setting the type of animation. This property is passed to the popUp view when a request is made to show/hide.
    
    The bounce animation was also updated to use the newer spring damping API. Since this works on the UIView level rather than the underlying CALayer, `actionForLayer:forKey:` was removed (since that will nullify the animation). Removing that method didn't seem to have any affect on the animations in the example app.
    irtemed88 committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    0518ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a30777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240fb58 View commit details
    Browse the repository at this point in the history