From 0660cb6b4a158428667aa2d03d9376bcf564899a Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Sun, 12 Jun 2016 03:05:40 +0200 Subject: [PATCH] docs(nav): NavOptions.animation values --- src/components/nav/nav-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/nav/nav-controller.ts b/src/components/nav/nav-controller.ts index c5173b43d1..c32fccc2a9 100644 --- a/src/components/nav/nav-controller.ts +++ b/src/components/nav/nav-controller.ts @@ -152,6 +152,7 @@ import {ViewController} from './view-controller'; * | duration | `number` | The length in milliseconds the animation should take. | * | easing | `string` | The easing for the animation. | * + * The property 'animation' understands the following values: `md-transition`, `ios-transition` and `wp-transition`. * * @see {@link /docs/v2/components#navigation Navigation Component Docs} */