QML ListView populate opacity animation
问题 I have a ListView and I want to create an fade-in effect for populate ViewTransition. But it not works as expected. It seems that initial opacity of the delegate is 1.0 and so I need to set from property of the animation. But it looked like a flashing. So I need to set initial opacity value of my delegate to 0.0 . Now I have a new problem... when I flick the list, delegates default opacity is 0.0 and so they are invisible. So my question: Can anybody create a perfect fade-in animation for