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

Add ability to replace a filmstrip keyframe #24

Open nuudles opened 8 years ago

nuudles commented 8 years ago

This commit addresses an issue that occurs if you try to set a Filmstrip's value for a time that already has a keyframe. It also cleans up a bit of redundant code by using default values.

I encountered the issue with a ScaleAnimation that needed to change keyframe values based on the orientation of view controller.

getaaron commented 8 years ago

👍