I am trying to animate an image in the code behind such that it moves from left to right and then fades. I have code which looks like this.
MyDemoControl.xaml.cs
this.image.offset(offsetX:0, offsetY:0, duration:0) .fade(1, duration:1)
My understanding is that OffsetX:0 and OffsetY:0 would be bottom left of the page. But I don't see this happening. I see different images positions differently. Any help in understanding offsets would be highly appreciated ?
question from:https://stackoverflow.com/questions/65927179/how-do-offsets-work-while-animating-images-in-uwp-apps