From c051b2cb93f2e8d24b4c224af40f56cba6949955 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Fri, 4 Dec 2015 22:29:25 -0500 Subject: [PATCH] fix(main): add notes on swap order Fixes https://github.com/aurelia/templating/issues/226 --- src/main.js | 1 + 1 file changed, 1 insertion(+) 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')