motion-animator-objc icon indicating copy to clipboard operation
motion-animator-objc copied to clipboard

If beginFromCurrentState and the animator is additive, don't read from presentation layer

Open jverkoey opened this issue 8 years ago • 0 comments
trafficstars

When making additive animations we always want to be animating from the latest model value, not the latest presentation layer value.

When we're not making additive animations, we do want to go from the current presentation layer value.

jverkoey avatar Nov 10 '17 22:11 jverkoey