The background keeps on transforming from one gradient to other very beautifully.I have no idea from where to start? Below are the screenshots:
Here's a simple example:
XAML
CS
public sealed partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
((Storyboard)Resources["GradientAnimation"]).Begin();
}
}
You probably don't want to use colors as saturated as I have in this example. Tweak them to your liking. Also adjust the SpeedRatio
to your liking.