I want to use this animation on errors, like the one shown here:
How to achieve that in wpf? I have feeling this should be a combination (composition?) of m
Here is the animation you describe. I have used a Viewport3D with a Viewport2DVisual3D to host the controls.
Viewport3D
Viewport2DVisual3D
You could use this to build you own reusable custom shake control.
It is not possible to replicate this exact animation using simple 2D RenderTransforms.
RenderTransforms