Skip to content

Commit

Permalink
Tiny update to htmlElement example.
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Skinner <info@gskinner.com>
  • Loading branch information
gskinner committed Jul 13, 2011
1 parent f99a282 commit 1aad902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/htmlElements.html
Expand Up @@ -51,10 +51,9 @@

container.addChild(frame,content);
container.x = 200; container.y = 200;
container.alpha = 0.8;
container.alpha = 0.6;
container.rotation = 25;
container.scaleX = 1.5;
// note that currently this does not work correctly. Known bug:
//container.visible = false;

Ticker.addListener(stage);
Expand Down

0 comments on commit 1aad902

Please sign in to comment.