MOBILE PHONE PAGE WITH SIMPLE ANIMATION

Developer
Size
2,479 Kb
Views
18,216

How do I make an mobile phone page with simple animation?

In every click to a phone, phones become smaller .. I made it by changing its scale ( transform:scale(0.5); ). What is a mobile phone page with simple animation? How do you make a mobile phone page with simple animation? This script and codes were developed by Vedat Sözen on 27 November 2022, Sunday.

MOBILE PHONE PAGE WITH SIMPLE ANIMATION Previews

MOBILE PHONE PAGE WITH SIMPLE ANIMATION - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>MOBILE PHONE PAGE WITH SIMPLE ANIMATION</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" href="stil.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://www.bitstorm.org/jquery/color-animation/jquery.animate-colors-min.js"></script>
<script src="stil.js"></script>
</head>
<body>
<div id="container">
<div class="photo"><img src="http://imshopping.rediff.com/imgshop/800-1280/shopping/pixs/14132/f/f51._fly-f51-android-mobile-with-5-inch.jpg"></div>
<div class="photo"><img src="http://gambarhp.com/wp-content/uploads/2013/12/blackberry-mobile-106.jpg"></div>
<div class="photo"><img src="http://utonsite.com/wp-content/uploads/2013/09/Mobile-Phones.jpg"></div>
<div class="photo"><img src="http://www.mytokri.com/images/samsung-galaxy-core-i8262-mobile-phone-white-rs-11913-from-tradus.jpg"></div>
<div class="photo"><img src="https://s.tmocache.com/content/dam/tmo/en-p/cell-phones/zte-zmax/all/stills/carousel-zte-zmax-all-380x380-1.jpg"></div>
<div class="photo"><img src="http://www.ceptelefonal.com/wp-content/uploads/2014/01/general-mobile-fox.jpg"></div>
<div class="photo"><img src="http://i01.i.aliimg.com/wsphoto/v2/581198935_1/original-font-b-nokia-b-font-3110-Classic-mobile-phone-unlocked-font-b-3110C-b-font.jpg"></div>
<div class="photo"><img src="http://img-teknosa.cubecdn.net/TeknosaImg/productImages/1024x783/145011457-1-samsung_s5610_metallic_silver_cep_telefonu.jpg"></div>
</div>
</body>
</html> <script src="js/index.js"></script>
</body>
</html>

MOBILE PHONE PAGE WITH SIMPLE ANIMATION - Script Codes CSS Codes

body { margin:auto; display:flex; flex-direction:row;}
#container { margin:auto; height:600px; width:900px; display:flex; flex-direction:row; flex-wrap:wrap;}
.photo {
margin:auto;
margin-right:1px;
display:flex;
height:250px;
width:200px;
background:red;
transform:scale(1);
transition:2s;
}
img { height:100%; width:100%;}
img:hover { cursor:pointer;}
.small {	transform:scale(0.5);
}

MOBILE PHONE PAGE WITH SIMPLE ANIMATION - Script Codes JS Codes

$(document).ready(function(){
$(".photo").click(function(){
$(this).toggleClass("small");
});
});
MOBILE PHONE PAGE WITH SIMPLE ANIMATION - Script Codes
MOBILE PHONE PAGE WITH SIMPLE ANIMATION - Script Codes
Home Page Home
Developer Vedat Sözen
Username vedatsozen
Uploaded November 27, 2022
Rating 3
Size 2,479 Kb
Views 18,216
Do you need developer help for MOBILE PHONE PAGE WITH SIMPLE ANIMATION?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Vedat Sözen (vedatsozen) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!