mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
collide updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user