Skip to content
Extraits de code Groupes Projets
Valider e2d2db20 rédigé par Nahir Acosta's avatar Nahir Acosta
Parcourir les fichiers

Added CSS3 rotation for Gecko (Firefox).

parent c73af11b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -96,11 +96,22 @@ ...@@ -96,11 +96,22 @@
} }
} }
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
.rideSpinners .rideSpinners
{ {
-webkit-animation-name: rotate; -webkit-animation-name: rotate;
-webkit-animation-duration: 5s; -webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
} -moz-animation-name: rotate;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
}
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter