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

Tweaks to compound animations #1

Open
memmons opened this issue Aug 15, 2011 · 1 comment
Open

Tweaks to compound animations #1

memmons opened this issue Aug 15, 2011 · 1 comment

Comments

@memmons
Copy link

memmons commented Aug 15, 2011

Some of the compound animations such as the backInFrom and backInTo could use a bit of tweaking. For example, using backInFrom with any duration > 0.5 starts looking strange because the 2nd part of the animation where the view backs up a bit is using the same velocity as the 1st part. IMO, duration should only affect the time it takes to get to the end of the 1st part of the animation, before the view backs up a bit.

Likewise, backInTo's duration should only affect the 2nd part of the animation, after the view backs up.

@neror
Copy link
Owner

neror commented Sep 1, 2011

I agree. The animation stuff is starting to show its age, and it could use some updating/refactoring. Feel free to make any tweaks you want and send me a pull request. I have it on my todo list to bring in some new stuff and updates from other projects. It's just kind of low on the todo list. :)

@neror neror closed this as completed Jan 29, 2012
@neror neror reopened this Jan 29, 2012
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