https://www.guidingtech.com/reduce-windows-10-data-usage/
<html>
<head>
<style>
@keyframes zoominoutsinglefeatured {
0% {
transform: scale(1,1);
}
50% {
transform: scale(1.8,1.8);
}
100% {
transform: scale(1,1);
}
}
img {
// animation: zoominoutsinglefeatured 15s forwards;
animation: zoominoutsinglefeatured 10s infinite;
}
</style>
</head>
<body>
<img src="/grb.jpg">
</body>
</html>
-----------------------------------------------
<html>
<head>
<style>
body *,
html * {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
body {
overflow: hidden;
}
.full {
position: absolute;
width: 100%;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
}
.zoom {
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
}
</style>
</head>
<body>
<img src="https://c1.staticflickr.com/1/628/22240194016_50afaeb84d_k.jpg" class="full zoom" alt="" />
</body>
</html>
Drugari, ja svoje aplikacije pravim prvenstveno da bi bile dobre i korisne za mene i moje potrebe, ako se i Vama dopadaju, kontaktirajte me.
No comments:
Post a Comment
Коментар: