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

Added animationDampingRatio property. #99

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

Conversation

ksjun
Copy link
Contributor

@ksjun ksjun commented Apr 15, 2014

This value is used at [UIView animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:
Default value is 1.0f and no spring damping is animated.

The 'T' button of demo application has 0.6f to show spring damping animation.

This value is used at `[UIView animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:`
Default value is 1.0f and no spring damping is animated.

The 'T' button of demo application has 0.7f to show spring damping animation.
@ksjun ksjun changed the title add animationDampingRatio property. Added animationDampingRatio property. Apr 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant