docs(config): update page-transition

Closes #10789
Updated page transition animation sample and description.
This commit is contained in:
Quentin
2017-03-15 08:31:18 -07:00
committed by mhartington
parent 505ee58407
commit 05f1e24cb6

View File

@ -29,7 +29,7 @@ import { isObject, isDefined, isFunction, isArray } from '../util/util';
* modalEnter: 'modal-slide-in',
* modalLeave: 'modal-slide-out',
* tabsPlacement: 'bottom',
* pageTransition: 'ios'
* pageTransition: 'ios-transition'
* }, {}
* )],
* bootstrap: [IonicApp],
@ -110,7 +110,7 @@ import { isObject, isDefined, isFunction, isArray } from '../util/util';
* | `modalEnter` | `string` | The name of the transition to use while a modal is presented. |
* | `modalLeave` | `string` | The name of the transition to use while a modal is dismiss. |
* | `mode` | `string` | The mode to use throughout the application. |
* | `pageTransition` | `string` | The name of the transition to use while changing pages. |
* | `pageTransition` | `string` | The name of the transition to use while changing pages. Available options: `"ios-transition"`, `"md-transition"`, `"wp-transition"`. |
* | `pickerEnter` | `string` | The name of the transition to use while a picker is presented. |
* | `pickerLeave` | `string` | The name of the transition to use while a picker is dismissed. |
* | `popoverEnter` | `string` | The name of the transition to use while a popover is presented. |