spruce-ios icon indicating copy to clipboard operation
spruce-ios copied to clipboard

StockAnimation listens to transform on prepare, but not animate

Open zackdotcomputer opened this issue 4 years ago • 0 comments

The StockAnimation from DefaultAnimations.swift listens to the view's current transform when preparing for any non-fade animation (concatenating the preparations to it) but resets the transform to the identity when performing the animation.

I'd expect the animation block to leave the view in the same state it had before prepare was called.

zackdotcomputer avatar Jan 06 '20 17:01 zackdotcomputer