Coder Wrap provides free to use snippets Coder Wrap provides free to use snippets

Back to CSS3
Preview Source Code
Download
HTML
CSS
.cw-loader-options-main { color: #fff; background: #000}
	*{ box-sizing: border-box; padding: 0px; margin: 0px; } 
	.cw-loader-options {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.cw-loader-options .cw-loader-item {
    max-width: 25%;
    width: 100%;
    text-align: center;
}

.cw-loader-options .cw-loader-item .loader-title {
    display: block;
    font-size: 20px;
    margin: 10px 0px;
}
/**Loader Option 1	Start**/
.cw-lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.cw-lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**Loader Option 1 End**/

/**Loader Option 2	Start**/
.cw-lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-facebook span {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.cw-lds-facebook span:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.cw-lds-facebook span:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.cw-lds-facebook span:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/**Loader Option 2	End**/
/**Loader Option 3	Start**/
.cw-lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.cw-lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}
.cw-lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.cw-lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**Loader Option 3 End**/
/**Loader Option 4 Start**/
.cw-lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.cw-lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.cw-lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.cw-lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.cw-lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.cw-lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.cw-lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.cw-lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.cw-lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.cw-lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.cw-lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.cw-lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.cw-lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.cw-lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.cw-lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.cw-lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.cw-lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.cw-lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**Loader Option 4 End**/
/**Loader Option 5 Start**/
.cw-lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-default span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.cw-lds-default span:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.cw-lds-default span:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.cw-lds-default span:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.cw-lds-default span:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.cw-lds-default span:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.cw-lds-default span:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.cw-lds-default span:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.cw-lds-default span:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.cw-lds-default span:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.cw-lds-default span:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.cw-lds-default span:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.cw-lds-default span:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/**Loader Option 5 End**/

/**Loader Option 6 Start**/
.cw-lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-ellipsis span {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.cw-lds-ellipsis span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.cw-lds-ellipsis span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.cw-lds-ellipsis span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.cw-lds-ellipsis span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/**Loader Option 6 End**/

/**Loader Option 7 Start**/
.cw-lds {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
/**Loader Option 7 End**/
/**Loader Option 8 Start**/
.cw-lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-ripple span {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.cw-lds-ripple span:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/**Loader Option 8 End**/

/**Loader Option 9 Start**/

.cw-lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.cw-lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.cw-lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.cw-lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.cw-lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.cw-lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.cw-lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.cw-lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.cw-lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.cw-lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.cw-lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.cw-lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.cw-lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.cw-lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.cw-lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**Loader Option 9 End**/
/**Loader Option 10 Start**/
.cw-gooey {
  position: relative;
  width: 142px;
  height: 40px;
  margin: auto;
 }
.cw-gooey .cw-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.cw-gooey .cw-dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.cw-gooey .cw-dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

/**Loader Option 10 End**/

/**Loader Option 11 Start**/
.cw-loader {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    
   
    /*LOADER-1*/
    
    .cw-loader-1 .cw-loader-outter {
        position: absolute;
        border: 4px solid #fff;
        border-left-color: transparent;
        border-bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
        animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    }
    
    .cw-loader-1 .cw-loader-inner {
        position: absolute;
        border: 4px solid #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        border-right: 0;
        border-top-color: transparent;
        -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
        animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    }
@-webkit-keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
    
    @keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
 /**Loader Option 11 End**/ 
 /**Loader Option 12 Start**/ 
 .cw-loader-line {
  position: relative;
 margin: 30px auto;
  width: 50px;
  height: 10px;
  background: #3498DB;
  border-radius: 5px;
  -webkit-animation: load 1.8s ease-in-out infinite;
          animation: load 1.8s ease-in-out infinite;
}
.cw-loader-line:before, .cw-loader-line:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-animation: load 1.8s ease-in-out infinite;
          animation: load 1.8s ease-in-out infinite;
  height: 10px;
  border-radius: 5px;
}
.cw-loader-line:before {
  top: -20px;
  left: 10px;
  width: 40px;
  background: #EF4836;
}
.cw-loader-line:after {
  bottom: -20px;
  width: 35px;
  background: #F5AB35;
}

@-webkit-keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}

@keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
} 
 /**Loader Option 12 End**/ 

Related Snippets

Leave a comment

Your email address will not be published. Required fields are marked *