AvaloniaUI / Avalonia.Labs

Experimental Controls for Avalonia
MIT License
194 stars 25 forks source link

Async image #36

Closed Titlehhhh closed 2 months ago

Titlehhhh commented 1 year ago

I rewrote AsyncImage as TransitioningContentControl works. This was due to the fact that I noticed such a bug: if AsyncImage is inside ContentControl.ContentTemplate and Content starts changing along with the Source property, then at the end of the animation of the image change, there is a flicker. I fixed it.

And this is my first Pull Request :)

emmauss commented 1 year ago

Could you give meaningful commit messages