bientôt 1 milliard
quelle nouvoter doive arriver?
comment on a le dieu hap?
Le 13 mars 2015 à 22:18:03 Jean-Novigrad a écrit :
comment on a le dieu hap?
On ne peut pas pour l'instant
le jeux ne marche plus ?
JE SUI LE DIEU HAP
Le 13 mars 2015 à 22:20:40 supersorcier a écrit :
le jeux ne marche plus ?
moi il marche.
C'est vrai que ça manque encore de choses à acheter
Le 13 mars 2015 à 22:13:27 Guklam a écrit :
img:active + span#un::after { content: "+1"; position: absolute; display: block; transition:2s; top: 20%; left: 49%; font-size: 50px; color: rgba(255,255,255,0.6); -webkit-animation: bounce 1s ease-in infinite; /* Chrome, Safari, Opera */ animation: bounce 1s ease-in infinite; } @-webkit-keyframes bounce { 0% {top: 0%;opacity:0.0;} 25% {top: 27%;opacity:0.40;} 75% {top: 24%;opacity:0.60;} 100% {top: 21%;opacity:0.80;} } @keyframes bounce { 0% {top: 0%;opacity:0.0;} 25% {top: 27%;opacity:0.40;} 75% {top: 24%;opacity:0.60;} 100% {top: 21%;opacity:0.80;} }
<span id="un"></span>
juste avant le hap
j'ai rarement pondu un truc aussi compliqué
c'est pas très net par contre, je vais encore essayé de l'améliorer
ça marche pas
J'ai deja eu le grand hap en 20minutes
attend
gulkam ton css est mort, envoie moi le fichier je l'upload sur mon serveur
hap=500000000;
hapower=50000000;
Hey jeanownage ta viré mon hap avec le pointeur ? ?
http://daneden.github.io/animate.css/
http://fortawesome.github.io/Font-Awesome/
http://getbootstrap.com/
Et avec ça tu fais un site classe et beau.
Après les truc normaux
http://jquery.com/
http://jquery.com/download/
https://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2.min.js&
Le 13 mars 2015 à 22:24:58 Ghostwald a écrit :
Hey jeanownage ta viré mon hap avec le pointeur ? ?
il colle pas avec le nouveau css, refait le en transparent
Le 13 mars 2015 à 22:26:43 Votirono a écrit :
http://daneden.github.io/animate.css/
http://fortawesome.github.io/Font-Awesome/
http://getbootstrap.com/Et avec ça tu fais un site classe et beau.
Après les truc normauxhttp://jquery.com/
http://jquery.com/download/
https://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2.min.js&
merci je regarde
Epic
Après si tu veux allé vite tu prend un bon IDE ( pas Notepad++ )
Netbean gratuit et puissant (moins que PHPStorm qui est payant )
Avec plus Emmet (Zen Coding).
span#un {
position: absolute;
display: none;
left: 49%;
bottom: 70%;
font-size: 50px;
color: rgba(255,255,255,0.6);
}
img:active + span#un {
content: "+1";
position: absolute;
transition:2s;
display: block;
bottom: 80%;
font-size: 50px;
color: rgba(255,255,255,0.6);
-webkit-animation: bounce 0.14s infinite;
animation: bounce 0.14s infinite;
}
@keyframes bounce {
0% {bottom: 70%;}
100% {bottom: 80%;}
}