Here is my next project for 2 touch monitors. I developed a simple user interface for displaying sensor values.
I need advice on the direction of development. Especially animation.
Here is my developed user interface. 
- On the left is the normal status. Both sensor values โโare good.
- Right is the warning status. The value of the right sensor is too large, I want to add 2 animations to the user interface.
Animation 1
The first animation is this. 
I did this with Blend-VS2017. but today is my first day with UWP animations ..... I really relive my skill.
with Blend, I do like this .... but To continue this animation, this is not good. because itโs just 5 seconds of animation. if I repeat it only, it is not beautiful. because at the repetition point, the user-found animation is repeated.

Animation 2
This is the background, the current ... Red + Orange.

I did this with a blend, but to repeat it, I have no idea. I can not copy a lot of rectangle.
To make this 2 animation, what class / function do I need? or should i use the blend function?
Before starting development, I need advice that I should study ...
source share