Hacker News new | ask | show | jobs
by wlindner 4431 days ago
Thanks a lot!

Yes, it is a native ios app. For animations I used https://github.com/zrxq/UIView-EasingFunctions/

For animations, it's very important to use the right easing function to make it fit the feeling you want to evoke.

For instance, I used a keyframe animation for the login modal when you close it to not log in. It evokes a feeling of disappointment because it awkwardly swings down because you are not logging in :)