--- title: "How to: Animate a 3D Rotation Using Rotation3DAnimation" ms.date: "03/30/2017" helpviewer_keywords: - "3D translations [WPF], animating [WPF], with Rotation3DAnimation" - "Rotation3DAnimation [WPF]" - "animation [WPF], 3D translations [WPF], with Rotation3DAnimation" ms.assetid: a92223ec-b634-4f5e-8e79-d33bc43ecfb3 --- # How to: Animate a 3D Rotation Using Rotation3DAnimation The following example shows how to make a 3D object rotate while it "wobbles" by using to animate the property of the object applied to the 3D object. ## Example [!code-xaml[Animation3DGallery_snip#Rotation3DAnimationExampleWholePage](~/samples/snippets/csharp/VS_Snippets_Wpf/Animation3DGallery_snip/CS/Rotation3DAnimationExample.xaml#rotation3danimationexamplewholepage)] ## See also - [3D Graphics Overview](3-d-graphics-overview.md) - [Animate a 3D Rotation Using Key Frames (Rotation3DAnimationUsingKeyFrames)](how-to-animate-a-3-d-rotation-using-key-frames.md) - [Animate a 3D Rotation Using Storyboards](how-to-animate-a-3-d-rotation-using-storyboards.md) - [Animate a 3D Rotation Using Quaternions](how-to-animate-a-3-d-rotation-using-quaternions.md) - [Animation Overview](animation-overview.md)