PERFORMANCE: disables jquery animations during testing
This commit is contained in:
@@ -169,4 +169,7 @@ Object.keys(requirejs.entries).forEach(function(entry) {
|
||||
}
|
||||
});
|
||||
|
||||
// forces 0 as duration for all jquery animations
|
||||
jQuery.fx.off = true;
|
||||
|
||||
resetSite();
|
||||
|
||||
Reference in New Issue
Block a user