瀏覽代碼

Don't fade in sychronously loaded images

Donald Carr 8 年之前
父節點
當前提交
5d50277042
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qml/common/ArtImage.qml

+ 1 - 0
qml/common/ArtImage.qml

@@ -31,6 +31,7 @@ Rectangle {
         sourceSize.width: globalVars.imageWidthOverride > 0 ? globalVars.imageWidthOverride : width
 
         Behavior on opacity {
+            enabled: image.asynchronous
             SequentialAnimation {
                 ScriptAction { script: root.effect !== undefined ? root.effect.scheduleUpdate() : undefined }
                 NumberAnimation { duration: 1000 }