marinofaggiana 5 years ago
parent
commit
f5b7434858

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