Browse Source

! This is a classic place where it shouldn't be animated. The table being reflowed every frame - particularly for a complex mod - is not pleasant to look at.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
abad4ff588
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Themes/default/Packages.template.php

+ 1 - 0
Themes/default/Packages.template.php

@@ -346,6 +346,7 @@ function template_view_package()
 				echo '
 			aOperationElements[', $key, '] = new smc_Toggle({
 				bToggleEnabled: true,
+				bNoAnimate: true,
 				bCurrentlyCollapsed: ', $operation ? 'false' : 'true', ',
 				aSwappableContainers: [
 					\'operation_', $key, '\'