سلام وقت بخیر
در مورد تمرین استاد یه سوالی داشتم، دو خط اول فقط کار میکنه، البته خطها تک به تک کار میکنه اما پشت سر هم نه متاسفانه، ممنون از پاسخگویی تون.
/*cr onsore morede nazar */
.cr {
position: relative;
text-align: center;
height: 100px;
width: 100px;
padding-top: 15px;
margin-right: 145px;
margin-left: 145px;
margin-top: 145px;
background-color: blue;
color: white;
border-radius: 15px;
}
am.click(function () {
cr.animate({ right: "150px" }, 1500);
cr.animate({ top: "150px" }, 1500);
cr.animate({ left: "150px" }, 1500);
cr.animate({ bottom: "150px" }, 1500);
});