gol
gol

hardy

د‌ل های ما که به هم نزدیک باشن

دیگر چه فرقی می کند

که کجای این جهان باشیم

دور باش اما نزدیک

من از نزدیک بودن‌های دور می‌ترسم
«احمد شاملو»

×

توجه : دو ارسال نخستِ کاربرانِ جدید در تالار میدوری را پیش از نمایش دادن , مدیر تالار باید تایید کند .

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 3 رأی - میانگین امیتازات : 1
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 5678
subscription
quickreply advancequickreply report



( ابزار سایت ) انیمیشن یک آدمک زیبا با CSS3
تغییر اندازه ی متن : zoomin zoomout default
Butterfly
نویسنده : admin میدوری
admin میدوری profile  
آفلاین
مدیر کل تالار
مدالهای میدوری1000500
1001011720
168241051
دسترسی به میدوری
ارسال یک ایمیل به این کاربر ارسال یک پیام خصوصی به این کاربر مشاهده وب سایت کاربر یافتن تمامی ارسال های این کاربر اعتبار:
اطلاعات میدوری


تاریخ عضویت:
05 November 2011

ارسال ها: 1,800
شماره کاربری: 1
میزان اعتبار:

محل سکونت: تهران
ماه تولد:
جنسيت:
آخرین دیدار :
تماس با میدوری
حالت میدوری
صفحه های میدوری
گوگل پلاس فیس بوک توییتر یوتیوب کلوب
اینستاگرام تلگرام
ارسال: #1
HumanFemale انیمیشن یک آدمک زیبا با CSS3

rightarrow
انیمیشن یک آدمک زیبا با CSS3
يک پسر بچه بصورت متحرک و پای کوبان طرحی که با استفاده از چند تصویر و چند خط کد نویسی CSS3 به وجود آمده است . این حالت سه بعدی در اکسپلورر قابل نمایش نیست . در پایان کدهای مورد استفاده در این طرح را برای بررسی دوستان قرار داده ام .


کد PHP:
<style>
.holder {width:750px; height:800px; background:#ddd; margin:20px auto; overflow:hidden;
}
.frame {position:relative; width:165px; height:400px; margin:80px auto;
perspective:1200px;
perspective-origin: 50% 50%;
-webkit-perspective: 1200px;
-webkit-perspective-origin: 50% 50%;
}
.table {width:165px; height:400px; position:relative; margin:0 auto;
transform-origin:50% top -81px;
-webkit-transform-origin:50% top -81px;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
animation: spin 10s linear infinite;
-webkit-animation: spin 10s linear infinite;
}
.table div {
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.table div div.top {
transform-origin:left bottom;
transform:rotateX(90deg);
-webkit-transform-origin:left bottom;
-webkit-transform:rotateX(90deg);
}
.table div div.left {
transform-origin:right top;
transform:rotateY(-90deg);
-webkit-transform-origin:right top;
-webkit-transform:rotateY(-90deg);
}
.table div div.right {
backface-visibility:hidden;
transform-origin:left top;
transform:rotateY(90deg);
-webkit-transform-origin:left top;
-webkit-transform:rotateY(90deg);
}
.table div div.bottom {
backface-visibility:hidden;
transform-origin:left top;
transform:rotateX(-90deg);
-webkit-transform-origin:left top;
-webkit-transform:rotateX(-90deg);
}
.table div div.left div.back {
transform-origin:right top;
transform:rotateY(-90deg);
-webkit-transform-origin:right top;
-webkit-transform:rotateY(-90deg);
}
/*
.frame {width:165px; height:300px; position:relative; margin:200px auto;
animation: shake 0.75s linear infinite;
-webkit-animation: shake 0.75s linear infinite;
}
*/
.head {width:306px; height:367px; background: url(face.png); position:absolute;
transform-origin:50% 50% -81px;
-webkit-transform-origin:50% 50% -81px;
animation: head 2.5s linear infinite;
-webkit-animation: head 2.5s linear infinite;
}
.head .top {width:306px; height:306px; background: url(headtop.jpg); position:absolute; left:0; top:-122px;}
.head .left {width:399px; height:214px; background: url(faceleft.png); position:absolute; left:-399px; top:153px;}
.head .right {width:306px; height:214px; background: url(faceright.jpg); position:absolute; left:306px; top:153px;}
.head .bottom {width:306px; height:306px; background: url(headbottom.jpg); position:absolute; left:0; top:367px;}
.head .left .back {width:306px; height:215px; background: url(faceback.jpg); position:absolute; left:-213px; top:0;}
.leftarm {width:76px; height:142px; background: url(armside.png); position:absolute; left:-21px; top:400px;
transform-origin:left 38px -38px;
-webkit-transform-origin:left 38px -38px;
animation: swingleft 1.5s linear infinite;
-webkit-animation: swingleft 1.5s linear infinite;
}
.leftarm .top {width:76px; height:76px; background: url(armtop.png); position:absolute; left:0; top:-76px;}
.leftarm .left {width:76px; height:142px; background: url(armside.png); position:absolute; left:-76px; top:0;}
.leftarm .right {width:76px; height:142px; background: url(armside.png); position:absolute; left:76px; top:0;}
.leftarm .bottom {width:76px; height:76px; background: url(handleft.png); position:absolute; left:0; top:142px;}
.leftarm .left .back {width:76px; height:142px; background: url(armside.png); position:absolute; left:-76px; top:0;}

.rightarm {width:76px; height:142px; background: url(armside.png); position:absolute; left:252px; top:400px;
transform-origin:left 38px -38px;
-webkit-transform-origin:left 38px -38px;
animation: swingright 1.5s linear infinite;
-webkit-animation: swingright 1.5s linear infinite;
}
.rightarm .top {width:76px; height:76px; background: url(armtop.png); position:absolute; left:0; top:-76px;}
.rightarm .left {width:76px; height:142px; background: url(armside.png); position:absolute; left:-76px; top:0;}
.rightarm .right {width:76px; height:142px; background: url(armside.png); position:absolute; left:76px; top:0;}
.rightarm .bottom {width:76px; height:76px; background: url(handright.png); position:absolute; left:0; top:142px;}
.rightarm .left .back {width:76px; height:142px; background: url(armside.png); position:absolute; left:-76px; top:0;}
.body {width:196px; height:196px; background: url(bodyfront.png); position:absolute; left:55px; top:367px;
transform:translateZ(-49px);
-webkit-transform:translateZ(-49px);
}
.body .left {width:196px; height:196px; background: url(bodysides.png); position:absolute; left:-196px; top:0;}
.body .right {width:196px; height:196px; background: url(bodysides.png); position:absolute; left:196px; top:0;}
.body .bottom {width:196px; height:196px; background: url(bodybottom.jpg); position:absolute; left:0; top:196px;}
.body .left .back {width:196px; height:196px; background: url(bodysides.png); position:absolute; left:-196px; top:0;}

.footleft {width:73px; height:74px; background: url(legsfront.png); position:absolute; left:80px; top:563px;
animation: stepleft 1.5s linear infinite;
-webkit-animation: stepleft 1.5s linear infinite;
transform:translateZ(-74px);
-webkit-transform:translateZ(-74px);
}
.footleft .left {width:146px; height:74px; background: url(legssides.png); position:absolute; left:-146px; top:0;}
.footleft .right {width:146px; height:74px; background: url(legssides.png); position:absolute; left:73px; top:0;}
.footleft .left .back {width:73px; height:74px; background: url(legsback.png); position:absolute; left:-73px; top:0;}
.footright {width:73px; height:74px; background: url(legsfront.png); position:absolute; left:153px; top:563px;
animation: stepright 1.5s linear infinite;
-webkit-animation: stepright 1.5s linear infinite;
transform:translateZ(-24px);
-webkit-transform:translateZ(-24px);
}
.footright .left {width:146px; height:74px; background: url(legssides.png); position:absolute; left:-146px; top:0;}
.footright .right {width:146px; height:74px; background: url(legssides.png); position:absolute; left:73px; top:0;}
.footright .left .back {width:73px; height:74px; background: url(legsback.png); position:absolute; left:-73px; top:0;}
@keyframes spin {
0% {transform: rotateX(15deg) rotateY(0deg);}
100% {transform: rotateX(15deg) rotateY(-360deg);}
}
@-webkit-keyframes spin {
0% {-webkit-transform: rotateX(15deg) rotateY(0deg);}
100% {-webkit-transform: rotateX(15deg) rotateY(-360deg);}
}
@keyframes swingleft {
0% {transform: translateZ(-104px) rotateX(-45deg);}
50% {transform: translateZ(-104px) rotateX(45deg);}
100% {transform: translateZ(-104px) rotateX(-45deg);}
}
@-webkit-keyframes swingleft {
0% {-webkit-transform: translateZ(-104px) rotateX(-45deg);}
50% {-webkit-transform: translateZ(-104px) rotateX(45deg);}
100% {-webkit-transform: translateZ(-104px) rotateX(-45deg);}
}
@keyframes swingright {
0% {transform: translateZ(-104px) rotateX(45deg);}
50% {transform: translateZ(-104px) rotateX(-45deg);}
100% {transform: translateZ(-104px) rotateX(45deg);;}
}
@-webkit-keyframes swingright {
0% {-webkit-transform: translateZ(-104px) rotateX(45deg);}
50% {-webkit-transform: translateZ(-104px) rotateX(-45deg);}
100% {-webkit-transform: translateZ(-104px) rotateX(45deg);}
}
@keyframes head {
0% {transform: rotateY(0deg);}
25% {transform: rotateY(-30deg);}
50% {transform: rotateY(0deg);}
75% {transform: rotateY(30deg);}
100% {transform: rotateY(0deg);}
}
@-webkit-keyframes head {
0% {-webkit-transform: rotateY(0deg);}
25% {-webkit-transform: rotateY(-30deg);}
50% {-webkit-transform: rotateY(0deg);}
75% {-webkit-transform: rotateY(30deg);}
100% {-webkit-transform: rotateY(0deg);}
}
@keyframes stepleft {
0% {top:563px; transform:translateZ(-60px)}
25% {top:563px; transform:translateZ(-88px)}
50% {top:530px; transform:translateZ(-88px)}
75% {top:563px; transform:translateZ(-60px)}
100% {top:563px; transform:translateZ(-60px)}
}
@-webkit-keyframes stepleft {
0% {top:563px; -webkit-transform:translateZ(-60px)}
25% {top:563px; -webkit-transform:translateZ(-88px)}
50% {top:530px; -webkit-transform:translateZ(-88px)}
75% {top:563px; -webkit-transform:translateZ(-60px)}
100% {top:563px; -webkit-transform:translateZ(-60px)}
}
@keyframes stepright {
0% {top:530px; transform:translateZ(-88px)}
25% {top:563px; transform:translateZ(-60px)}
50% {top:563px; transform:translateZ(-60px)}
75% {top:563px; transform:translateZ(-88px)}
100% {top:530px; transform:translateZ(-88px)}
}
@-webkit-keyframes stepright {
0% {top:530px; -webkit-transform:translateZ(-88px)}
25% {top:563px; -webkit-transform:translateZ(-60px)}
50% {top:563px; -webkit-transform:translateZ(-60px)}
75% {top:563px; -webkit-transform:translateZ(-88px)}
100% {top:530px; -webkit-transform:translateZ(-88px)}
}
/*
@keyframes shake {
0% {left:0px;}
50% {left:0px;}
51% {left:-8px;}
52% {left:8px;}
53% {left:-8px;}
54% {left:8px;}
55% {left:-8px;}
56% {left:0px;}
100% {left:0px;}
}
@-webkit-keyframes shake {
0% {left:0px;}
50% {left:0px;}
51% {left:-8px;}
52% {left:8px;}
53% {left:-8px;}
54% {left:8px;}
55% {left:-8px;}
56% {left:0px;}
100% {left:0px;}
}
*/
</style>
<br><br>
<div class ="holder">
    <div class ="frame">
	   <div class ="table">
		  <div class ="head">
			 <div class ="top"></div>
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
			 <div class ="bottom"></div>
		  </div>
		  <div class ="leftarm">
			 <div class ="top"></div>
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
			 <div class ="bottom"></div>
		  </div>
		  <div class ="rightarm">
			 <div class ="top"></div>
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
			 <div class ="bottom"></div>
		  </div>
		  <div class ="body">
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
			 <div class ="bottom"></div>
		  </div>
		  <div class ="footleft">
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
		  </div>
		  <div class ="footright">
			 <div class ="left"><div class ="back"></div></div>
			 <div class ="right"></div>
		  </div>
	   </div>
    </div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253





امضای میدوری :
[تصویر: midori-sign-500.png]
( آخرین ویرایش در این ارسال: 25 - April - 2014 56 : 11 PM، توسط : میدوری .::.  دلیل ویرایش: )
محل حضور کاربر در تالار :  admin میدوری در تالار ميدوری حضور ندارد .
ديدگاه کاربران برای مطلب : help (روی آیکون مورد نظر کلیک کنید تا دیدگاه شما ثبت شود . در صورت انصراف تا دوبار می توانید دیدگاه خود را ثبت کنید . برای پاک کردن دیدگاه روی همان آیکون یک بار کلیک کنید تا دیدگاه شما پاک شود .)

برچسب ها :

25 - April - 2014 55 : 11 PM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

موضوع های مرتبط با این موضوع...
موضوع: نویسنده پاسخ: بازدید: آخرین ارسال
Heart abzar نمایش تصویرها بصورت معلق و چرخان با CSS3 میدوری 2 10,253 18 - December - 2018 10 : 06 PM
آخرین ارسال: میدوری
minioni abzar نوشته های نئونی با CSS3 میدوری 0 6,953 25 - June - 2016 11 : 07 PM
آخرین ارسال: میدوری
minioni abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم) میدوری 0 7,535 12 - June - 2016 05 : 05 PM
آخرین ارسال: میدوری
HumanFemale abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم) میدوری 0 7,742 17 - May - 2016 24 : 05 PM
آخرین ارسال: میدوری
Flower abzar چک باکس های زیبا با CSS میدوری 0 6,809 01 - December - 2015 50 : 12 PM
آخرین ارسال: میدوری

بازديدکنندگان از موضوع
کاربرانی که از موضوع بازدید کرده اند ( 1 ) کاربر

ابزار موضوع



1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان