nasaonacid / abstractAardvark

0 stars 0 forks source link

Dynamically sized stage and contents. #6

Closed nasaonacid closed 9 years ago

nasaonacid commented 9 years ago

The kinetic stage where the tree is created should be dynamically sized and its contents should resize to match.

nasaonacid commented 9 years ago

Partially done but not tested. Contents should resize depending on the size of the stage. The stage should get its size eventually from the html page but currently the div has no height on load so is set to 1024x800.

jeremysinger commented 9 years ago

just tested this on my tablet - it resizes manually when I pinch to zoom (nice) but it would be good to get it to resize automatically to my tablet web browser screen dimensions please

nasaonacid commented 9 years ago

Should resize currently but will have to be changed when fully integrated to a standard template. This can be done by getting the height and width of any template features at the time and deducting them from the pagewidth and height.

jeremysinger commented 9 years ago

good work! well done!