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.
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.