Updated programming guide to discuss AnimateTo/By and rotations 52/68352/4
authorDavid Steele <david.steele@samsung.com>
Tue, 3 May 2016 18:21:55 +0000 (19:21 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 5 May 2016 15:01:09 +0000 (08:01 -0700)
AnimateTo performs a slerp, so can't perform a full revolution;
AnimateBy does a linear interpolation of the passed in value, so
initializing it with an AxisAngle property value can perform more
than one revoltion.

Change-Id: I233840024556fe3844d321dd2577ef181e6d8e19
Signed-off-by: David Steele <david.steele@samsung.com>

No differences found