TIL UIView.SystemAnimation. Looks like the same animation Photos uses when deleting an asset https://developer.apple.com/documentation/uikit/uiview/perform(_:on:options:animations:completion:)
perform(_:on:options:animations:completion:) | Apple Developer Documentation

Performs a specified system-provided animation on one or more views, along with optional parallel animations that you define.

Apple Developer Documentation