davdroman / Popsicle

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

Performances : if having 50 subviews or 50 images #2

Closed steve21124 closed 9 years ago

steve21124 commented 10 years ago

From setupSlideShowSubviewsAndAnimations in example, it will add all of them under one view. Will it perform well? or 50 images as slideshow..

or basically how to reuse existing subview with different images and different animation transform

davdroman commented 10 years ago

I'll be updating this library to support views reusing (I'll base it on DRPaginatedScrollView).

Just give me some time :+1:

steve21124 commented 10 years ago

Thanks. Cool. :+1:

davdroman commented 9 years ago

Hi there.

I'm almost ready to release something new that will solve the problem. Long story short, I've decoupled the keyframing/interpolation logic and the scroll view logic into two different projects. Please check out this in order to know all about it.