File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 < nav-bar router.bind ="router "> </ nav-bar >
44
55 < div class ="page-host ">
6- < router-view > </ router-view >
6+ < router-view swap-order =" after " > </ router-view >
77 </ div >
88
99</ template >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export async function configure(aurelia: Aurelia): Promise<void> {
7979 */
8080 . plugin ( 'aurelia-validation' )
8181 // Uncomment the line below to enable animation.
82- // .plugin('aurelia-animator-css');
82+ . plugin ( 'aurelia-animator-css' )
8383 // if the css animator is enabled, add swap-order="after" to all router-view elements
8484
8585 // Anyone wanting to use HTMLImports to load views, will need to install the following plugin.
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ section {
5959
6060/* animate page transitions */
6161section .au-enter-active {
62- -webkit-animation : fadeInRight 1s ;
63- animation : fadeInRight 1s ;
62+ -webkit-animation : fadeIn 1s ;
63+ animation : fadeIn 1s ;
6464}
6565
6666div .au-stagger {
You can’t perform that action at this time.
0 commit comments