Осенние деревья, с которых можно стряхивать листья | PhysicsJS | jQuery
1 2 3 4 |
<canvas id="viewport"></canvas> <div id="ground"></div> <script type="text/javascript" src="/js/physicsjs-full.min.js"></script> <script type="text/javascript" src="/js/autumnleaves.js"></script> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#viewport { position: absolute; top:0; left: 0; bottom: 0; right: 0; z-index: 2; } #ground { position: absolute; bottom: 0; left: 0; right: 0; height: 30px; background: #549B47; } |