davdroman / Popsicle

Simple, extensible interpolation framework
MIT License
1.09k stars 105 forks source link

The future of DRDynamicSlideShow #11

Closed davdroman closed 9 years ago

davdroman commented 9 years ago

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 :)

davdroman commented 9 years ago

Popsicle is finally available! :tada: