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.
<img src="http://i.imgur.com/LM2qgek.jpg" id="img-keyframe" class="grow" alt="Northwest_Sardinia">
#img-keyframe {
width: 620px;
}
.grow {
animation: grow 3s linear;
animation-iteration-count: 1;
}
@keyframes grow {
from {
width: 620px
}
to {
width: 840px
}
}