davdroman / Popsicle

Simple, extensible interpolation framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The future of DRDynamicSlideShow

davdroman opened this issue · comments

After thinking about this library for a while, I've come to a decision: decoupling the keyframing/interpolation logic from the view logic, leading to 2 different projects.

For the last few months, I've been working on a value interpolation framework called Popsicle, highly inspired by both Facebook's pop and IFTTT's JazzHands, providing the best of both frameworks, such as custom value interpolation and UIKit agnosticism.

The view logic will lie on DRPageScrollView, a library I just released. This way, you can use DRPageScrollView as a single paginated scroll view, or combine it with the future Popsicle framework in order to get some fancy animated transitions. Needless to say that Popsicle is completely independent from DRPageScrollView as well.

Popsicle will be released really soon, so stay tuned :)

Popsicle is finally available! 🎉