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

Smoother transitions when tapped #2

Open
cerupcat opened this issue Apr 20, 2014 · 1 comment
Open

Smoother transitions when tapped #2

cerupcat opened this issue Apr 20, 2014 · 1 comment

Comments

@cerupcat
Copy link

Any tips for adding in the ability to make it smoother when it goes from one direction to another (or tapped). Right now when you tap, it sets the velocity to 0 and it snaps into place instead of easing in.

The video below shows an example of what I mean regarding easing in (how i'd like).
http://162.243.98.252/videos/MakingSwipe/MakingSwipe.hyperesources/NikeSwipe.mov

@brocoo
Copy link
Owner

brocoo commented Apr 22, 2014

That's funny you posted this video, I came across it a while ago and that's pretty much what got me started on BRFlabbyTable (which was also the inspiration for the Android version my flatmate did: FlabbyListView)
This demo is from the Nike app: Making
There's definitely room for improvement on BRFlabbyTable regarding the easing you mentioned, but I suspect the Nike app is not using a UITableView. If you download the app you can see that the scrolling has a much different feeling than a regular tableView, and the way the cells change their heights as they bounce.
Let me know what you think.

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

No branches or pull requests

2 participants