klop/KLParallaxView

Get rid of UIView animations in favour of CABasicAnimation

klop opened this issue · 0 comments

klop commented

CABasicAnimation gives more finely grained control than UIView, and in fact it makes no sense that there are layer transforms going on in UIView animation blocks since they don't do anything.