mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
* 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
1.4 KiB
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 |
|
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]