marinofaggiana 5 년 전
부모
커밋
f5b7434858
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageCollectionViewCell.swift

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageCollectionViewCell.swift

@@ -46,7 +46,7 @@ class NCViewerImageCollectionViewCell: UICollectionViewCell {
         guard let image = image else { return }
         self.galleryImageView.alpha = 0
         self.galleryImageView.image = image
-        UIView.animate(withDuration: 0.4) {
+        UIView.animate(withDuration: 0.3) {
             self.galleryImageView.alpha = 1
         }
     }