<Image Source="{Binding PowerImgPath}"/>
When i press a button, a command execution function of the ViewModel bound to the button changes the image path to change the image.
but This method takes 0.5 to 2 seconds to change the image.
How do I change an image in 0.5 seconds with the MVVM execute function?