Exemplo n.º 1
0
        async void animatePage1(uint duration)
        {
            await Task.WhenAll(
                Image1.RotateTo(307 * 360, duration),
                Image2.RotateXTo(251 * 360, duration),
                Image3.RotateYTo(199 * 360, duration)
                );

            //await Image1.RelRotateTo(307 * 360, duration);
        }