Rabu, 21 Agustus 2013

PHP Indonesia - Facebook: ...[AsK]... hi guys, sorry sedikit nggk nyambung.....

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Design-Led Engineering

Sourcebits - When your Mobile App has to be absolutely developed right. We've built more than 20 apps that have cracked the Top 10 in the App Store.
From our sponsors
...[AsK]... hi guys, sorry sedikit nggk nyambung.....
Aug 22nd 2013, 06:58, by Romdoni Agung

Romdoni Agung 6:58am Aug 22
...[AsK]...
hi guys, sorry sedikit nggk nyambung....

gini gan, ane mau bikin animasi paramount pakai css3
tadi sih udah jadi, tapi hasilnya nggk smoooothhh_
ini code html saya
<div id="start">
<img src="images/guide.png" style="width: 280px; margin-top: -70px; position: absolute;"/>
<img src="images/start.png" id="start-1"/>
</div>

ini code css says
/* start */
#start{
position: absolute;
z-index: 4;
}

img#start-1{
margin-top: 355px;
margin-left: 300px;
position: absolute;
z-index: 5;

animation-name: start-1;
animation-duration: 5s;
animation-delay: 5.8s;
animation-fill-mode: both;

-webkit-animation-name: start-1;
-webkit-animation-duration: 5s;
-webkit-animation-delay: 5.8s;
-webkit-animation-fill-mode: both;
}

@keyframes start-1{
0%{
margin-top: 355px;
margin-left: 300px;
}
8.8%{
margin-top: 310px;
margin-left: 200px;
width: 120px;
}
16.16%{
margin-top: 265px;
margin-left: 110px;
width: 100px;
}
24.24%{
margin-top: 200px;
margin-left: 40px;
width: 90px;
}
42.42%{
margin-top: 125px;
margin-left: 20px;
width: 75px;
}
50.50%{
margin-top: 60px;
margin-left: 35px;
width: 60px;
}
58.58%{
margin-top: 30px;
margin-left: 80px;
width: 50px;
}
66.66%{
margin-top: 40px;
margin-left: 135px;
width: 40px;
}
74.74%{
margin-top: 70px;
margin-left: 170px;
width: 35px;
}
82.82%{
margin-top: 110px;
margin-left: 185px;
width: 30px;
}
.60%{
margin-top: 144px;
margin-left: 178px;
width: 29px;
}
85%{
margin-top: 165px;
margin-left: 152px;
width: 27px;
}
90%{
margin-top: 157px;
margin-left: 120px;
width: 26px;
}
95%{
margin-top: 139px;
margin-left: 100px;
width: 24px;
}
100%{
margin-top: 117px;
margin-left: 100px;
width: 20px;
}
}

/* Safari and Chrome */
@-webkit-keyframes start-1 {
0%{
margin-top: 355px;
margin-left: 300px;
}
8.8%{
margin-top: 310px;
margin-left: 200px;
width: 120px;
}
16.16%{
margin-top: 265px;
margin-left: 110px;
width: 100px;
}
24.24%{
margin-top: 200px;
margin-left: 40px;
width: 90px;
}
42.42%{
margin-top: 125px;
margin-left: 20px;
width: 75px;
}
50.50%{
margin-top: 60px;
margin-left: 35px;
width: 60px;
}
58.58%{
margin-top: 30px;
margin-left: 80px;
width: 50px;
}
66.66%{
margin-top: 40px;
margin-left: 135px;
width: 40px;
}
74.74%{
margin-top: 70px;
margin-left: 170px;
width: 35px;
}
82.82%{
margin-top: 110px;
margin-left: 185px;
width: 30px;
}
.60%{
margin-top: 144px;
margin-left: 178px;
width: 29px;
}
85%{
margin-top: 165px;
margin-left: 152px;
width: 27px;
}
90%{
margin-top: 157px;
margin-left: 120px;
width: 26px;
}
95%{
margin-top: 139px;
margin-left: 100px;
width: 24px;
}
100%{
margin-top: 117px;
margin-left: 100px;
width: 20px;
}
}

thx

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar