diff options
author | Robert Ly <robertly@google.com> | 2011-02-06 01:30:55 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-02-10 21:22:33 -0800 |
commit | 676faeba90f4869a51f0284faa22223f83554faf (patch) | |
tree | ecfd11553609f2549431fdf46831f1a049090e16 /docs/html/guide/guide_toc.cs | |
parent | 5cf98da85c1698cacbeed8d4883373d0e0774fd8 (diff) |
Doc change: updating animation framework topic
Change-Id: Ideb386113a0fb027f62c1ed4215dd0bab79fdb72
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index cf0593ccf807..13411d86d799 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -214,8 +214,11 @@ <span class="en">3D with OpenGL</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html"> - <span class="en">Animation</span> + <span class="en">Property Animation</span> </a><span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html"> + <span class="en">View Animation</span> + </a></li> </ul> </li> <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> |