docs(nav): NavOptions.animation values

This commit is contained in:
Aaron Czichon
2016-06-12 03:05:40 +02:00
committed by Adam Bradley
parent a93636332f
commit 0660cb6b4a

View File

@ -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}
*/