diff --git a/src/main.js b/src/main.js index 47db3f042..33d20af24 100644 --- a/src/main.js +++ b/src/main.js @@ -7,6 +7,7 @@ export function configure(aurelia) { //Uncomment the line below to enable animation. //aurelia.use.plugin('aurelia-animator-css'); + //if the css animator is enabled, add swap-order="after" to all router-view elements //Anyone wanting to use HTMLImports to load views, will need to install the following plugin. //aurelia.use.plugin('aurelia-html-import-template-loader')