You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The StockAnimation from
DefaultAnimations.swift
listens to the view's currenttransform
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.The text was updated successfully, but these errors were encountered: