material-motion-swift icon indicating copy to clipboard operation
material-motion-swift copied to clipboard

CASpringAnimation can't be slowed down like a property/keyframe animation

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

CASpringAnimation's duration property is more of a recommendation than a guiding force, so we can't augment the speed of the animation by multiplying the duration when slow motion is enabled. We'll need to explore other approaches to slowing down spring animations, such as modifying the spring coefficients. This is challenging because it will likely affect the character of the spring.

jverkoey avatar Mar 28 '17 01:03 jverkoey