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
         }
     }