Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<div class="navigation" id="nav">
<div class="item home">
<a href="#" class="icon">
<img src="http://www.html.de/images/bg_home.png" alt="" width="199" height="199" class="circle"/>
<h2>Unternehmen</h2>
</a>
</div>
<div class="item shop">
<a href="#" class="icon">
<img src="http://www.html.de/images/bg_shop.png" alt="" width="199" height="199" class="circle"/>
<h2>Leistungen</h2>
</a>
</div>
<div class="item camera">
<a href="#" class="icon">
<img src="http://www.html.de/images/bg_camera.png" alt="" width="199" height="199" class="circle"/>
<h2>Qualität</h2>
</a>
</div>
<div class="item fav">
<a href="#" class="icon">
<img src="http://www.html.de/images/bg_fav.png" alt="" width="199" height="199" class="circle"/>
<h2>Kontakt</h2>
</a>
</div>
Ich habe 4 div Elemente auf meiner website an festen Positionen.
Nun möchte ich bei einem Klick auf einen dieser Div's, dass sich diese div's mit einer animation nach oben rechts alle gerade nebeneinander anordnen.
Vielen Dank im vorraus.