FERMER LE MENU


Menu général de Wifeo :

Accueil de Wifeo

Connexion

Créer un site

Nouveautés Wifeo

Blog

Forum

Boite à outils

Documentations

Wifeo Creative Code


<<< back to homepage for others creatives tricks

CIRCLE PURE CSS LOADER

 
 
 
 
BLOGGERS, SHARE THIS CREATIVE DEMO ON YOUR WEBSITE :
<p data-height="360" data-theme-id="9277" data-slug-hash="iazjE" data-default-tab="result" data-user="wifeo" class='codepen'>See this Pen on <a href='http://codepen.io/wifeo/pen/iazjE'>Codepen</a> <script async src="//codepen.io/assets/embed/ei.js"></script><div align="center">View source code on <a href="http://www.wifeo.com/code/24-circle-pure-css-loader.html">wifeo/code</a></div>
On Facebook
On Twitter
On Google+
On LinkedIn

CSS CODE :

.contener_general
{
  -webkit-animation:animball_two 1.2s infinite linear;
  -moz-animation:animball_two 1.2s infinite linear;
  -ms-animation:animball_two 1.2s infinite linear;
  animation:animball_two 1.2s infinite linear;
  width:84px; height:84px;
}
.ballcolor
{
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
}
.ball_1
{
  border:2px solid #cb2025;
  top:0; left:7px;
}
.ball_2
{
  border:2px solid #f8b334;
  top:0; left:-7px;
}
.ball_3
{
  border:2px solid #00a096;
  top:7px; left:0;
}
.ball_4
{
  border:2px solid #97bf0d;
  top:-7px; left:0;
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg)}
  100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg)}
  100%{-moz-transform:rotate(360deg)}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg)}
  100%{-ms-transform:rotate(360deg)}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}

HTML CODE :

<div align="center">
  <div class="contener_general">
      <div class="ballcolor ball_1">&nbsp;</div>
      <div class="ballcolor ball_2">&nbsp;</div>
      <div class="ballcolor ball_3">&nbsp;</div>
      <div class="ballcolor ball_4">&nbsp;</div>
  </div>
</div>


COMMENT THIS CREATIVE CODE

comments powered by Disqus

Difficulty level :
hard :
medium :
easy :
very easy :
Soigner ses interfaces utilisateur est primordial. Cela passe en partie par l'utilisation de "tricks" et animations CSS/jQuery.

Nous avons choisi de partager sous licence libre creative commons nos astuces et développements de tous les jours afin d'échanger, mais aussi de faciliter la vie des développeurs.
Wifeo Creative Code est un concentré de nos développements quotidiens: servez-vous, utilisez-les et adaptez-les sans aucune restriction. N'hésitez pas à les partager avec vos contacts !
Creative Commons License
Open code base by Wifeo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at http://www.wifeo.com/code.
Permissions beyond the scope of this license may be available at http://www.wifeo.com/contact-wifeo.php.


Nous soutenons : Secours Populaire . Enfants du desert . Medecins Sans Frontieres
Copyright © Wifeo.com - Tous droits réservés BOURDET SARL R.C.S.503777286 VERSAILLES