Fix for layer out frame

This commit is contained in:
brandon_withrow 2017-06-12 14:57:59 -07:00
parent 5b5d49664d
commit f766cdadd9

View File

@ -173,7 +173,7 @@
NSMutableArray *keys = [NSMutableArray array];
NSMutableArray *keyTimes = [NSMutableArray array];
CGFloat layerLength = _outFrame.integerValue;
CGFloat layerLength = _outFrame.integerValue - 1;
_layerDuration = (layerLength / _framerate.floatValue);
if (_hasInAnimation) {