organize demos in demo folder

master
cjgammon 2013-10-15 12:12:47 -07:00
parent b8987a3a6a
commit ba87d18044
8 changed files with 1312 additions and 3 deletions

1309
demos/animated-game/index.html Executable file

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
background: #2c4e6b; background: #2c4e6b;
} }
</style> </style>
<script src="dist/snap.svg-min.js"></script> <script src="../../dist/snap.svg-min.js"></script>
<script> <script>
window.onload = function () { window.onload = function () {
1; 1;

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -54,7 +54,7 @@
fill: #60544F; fill: #60544F;
} }
</style> </style>
<script src="dist/snap.svg-min.js"></script> <script src="../../dist/snap.svg-min.js"></script>
<script> <script>
window.onload = function () { window.onload = function () {
var s = Snap(1000, 800), var s = Snap(1000, 800),

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -21,7 +21,7 @@
background: #030 url("bg.png"); background: #030 url("bg.png");
} }
</style> </style>
<script src="dist/snap.svg-min.js"></script> <script src="../../dist/snap.svg-min.js"></script>
<script> <script>
window.onload = function () { window.onload = function () {
1 1