IFTTT / RazzleDazzle

A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
http://ifttt.github.io
MIT License
3.36k stars 292 forks source link

Loop animation even when finger not on screen #30

Open JakubMazur opened 8 years ago

JakubMazur commented 8 years ago

There is a way to loop animation (up & down) when there is no action by the user? So in the same time in a subview i need to animate position.y. How can I do that? Even when I use CABasicAnimation or UIView.animationWithDuration() inside other view it not take any effect.

ghost commented 6 years ago

+1