Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-rotation3danimation.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.4 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
How to: Animate a 3D Rotation Using Rotation3DAnimation 03/30/2017
3D translations [WPF], animating [WPF], with Rotation3DAnimation
Rotation3DAnimation [WPF]
animation [WPF], 3D translations [WPF], with Rotation3DAnimation
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 xref:System.Windows.Media.Animation.Rotation3DAnimation to animate the xref:System.Windows.Media.Media3D.RotateTransform3D.Rotation%2A property of the xref:System.Windows.Media.Media3D.RotateTransform3D object applied to the 3D object.

Example

[!code-xamlAnimation3DGallery_snip#Rotation3DAnimationExampleWholePage]

See also