diff --git a/src/art/webgl/ui.js b/src/art/webgl/ui.js
index 194607bf37ef98c0aaea0d54dd1a8824e0112f16..dc05e3d74ce13541843a2d20b7185a47323927b9 100644
--- a/src/art/webgl/ui.js
+++ b/src/art/webgl/ui.js
@@ -280,7 +280,7 @@ App.Art.createWebglUI = function(container, slave, artSize, scene, p) {
 	} else {
 		// default
 		updateLinkedButtons();
-		if (artSize < 3) {
+		if (!V.seeAnimation || artSize < 3) {
 			render();
 		}
 	}