facebook/fresco

RetainingDataSourceSupplier ignores fadeDuration

Open

#2,023 opened on 2018年1月18日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)Java (17,072 stars) (3,750 forks)batch import
enhancementgood first issuehelp wanted

説明

Description

We've used the RetainingDataSourceSupplier for replacing blurred thumb image with good quality image when a user clicks a download button. We've set the fadeDuration of DraweeHierarchy to 300 ms. The first blurred thumb shows up with a fade animation but the second image shows up immediately without any animation.

We've also tried to replace image setting the LowRes and HighRes images when user clicks on download button. But we've got the same result. The second image shows up without any animation.

Is there any solution for replacing images with animation?

Reproduction

Solution

Additional Information

  • Fresco version: 1.7.1
  • Platform version: Android 7.0

コントリビューターガイド

RetainingDataSourceSupplier ignores fadeDuration · facebook/fresco#2023 | Good First Issue