Files
ionic-framework/ionic/components/app/test/transitions/main.html
Andrew 14ecc7178b wip
2015-04-25 13:07:53 -05:00

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>