Licenses are perpetual. They do not expire and do not need to be renewed.
Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others).
Choose according to your needs (more below).
All licenses allow commercial use unless otherwise indicated.
That was it. That got me to the linar that I wanted to start at. I was able to get the effect I wanted by using:
if (offset == 0)
transform = CATransform3DScale(transform, 1.50f, 1.50f, 0.0f);
My only hope is to get it animate as smooth as the transitions you already have in place. Currently it scrolls smooth but when it stops the center one pops out. Is there a metod I should be implementing to have it animate the the scale a little smoother and to have the scale animate while scrolling? What I have is currently implemented in itemTransformForOffset:
Flag comment