collide updates

This commit is contained in:
Adam Bradley
2015-04-25 10:14:21 -05:00
parent 2cf171038e
commit e67ff15e08
12 changed files with 1619 additions and 1563 deletions

View File

@@ -1,8 +1,9 @@
<div animation>
<div class="square" style="position:absolute; width:100px; height:100px; background:blue; top: 100px; left: 100px;"></div>
<div class="square" style="position:absolute; width:100px; height:100px; background:red; top: 100px; left: 200px;"></div>
<div class="square" style="position:absolute; width:100px; height:100px; background:red; top: 100px; left: 100px;"></div>
<div class="square" style="position:absolute; width:100px; height:100px; background:green; top: 100px; left: 200px;"></div>
<div class="square" style="position:absolute; width:100px; height:100px; background:blue; top: 100px; left: 300px;"></div>
<button class="button button-primary" (click)="start($event)">Start</button>
<button class="button button-primary" (click)="stop($event)">Stop</button>