Camera and editor improvements

This commit is contained in:
Ilya Laktyushin 2023-06-11 13:12:35 +04:00
parent c012a0c00d
commit 4347e2eb78

View File

@ -39,7 +39,7 @@ public class CameraSimplePreviewView: UIView {
|> filter { $0 }
|> take(1)
|> deliverOnMainQueue).start(next: { [weak self] _ in
UIView.animate(withDuration: 0.3) {
UIView.animate(withDuration: 0.3, delay: 0.15) {
self?.placeholderView.alpha = 0.0
}
})