PERFORMANCE: disables jquery animations during testing

This commit is contained in:
Joffrey JAFFEUX
2018-04-24 18:29:26 +02:00
committed by GitHub
parent 18c27883e9
commit 59d4123316
2 changed files with 9 additions and 10 deletions

View File

@@ -169,4 +169,7 @@ Object.keys(requirejs.entries).forEach(function(entry) {
}
});
// forces 0 as duration for all jquery animations
jQuery.fx.off = true;
resetSite();