mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
13 lines
559 B
HTML
13 lines
559 B
HTML
|
|
<div animation>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|