reset and begin
3/16/2014

Css3 với mây bay cho website

Với css3 không làm chậm website mà còn tạo ra hiệu ứng mây bay đẹp mắt . dễ dàng và dơn giản demo ngay tại đây .
Css3 với mây bay cho website

B1: style cho webite

<style>
.clouds {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:-1;
}

[class^="cloud-"] {
    position: absolute;
    right: 120%;
    width: 200px;
  height: 60px;
    background: #fff;
    -webkit-border-radius: 200px;
            border-radius: 200px;
}

[class^="cloud-"]:before,
[class^="cloud-"]:after {
    content: '';
    position: absolute;
  top: -15px;
  left: 10px;
    width: 100px;
  height: 80px;
    background: #fff;
  -webkit-border-radius: 100px;
            border-radius: 100px;
    -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
            transform: rotate(30deg);
}

[class^="cloud-"]:after {
  top: -55px;
  left: auto;
  right: 15px;
    width: 120px;
  height: 120px;
}

.cloud-1 {
    top: 50px;
    -webkit-animation: moveclouds 30s linear infinite;
       -moz-animation: moveclouds 30s linear infinite;
         -o-animation: moveclouds 30s linear infinite;
            animation: moveclouds 30s linear infinite;
}

.cloud-2 {
    top: 100px;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation: moveclouds 45s linear infinite;
       -moz-animation: moveclouds 45s linear infinite;
         -o-animation: moveclouds 45s linear infinite;
               animation: moveclouds 45s linear infinite;
    -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
          animation-delay: 5s;
}

.cloud-3 {
    top: 150px;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-animation: moveclouds 40s linear infinite;
       -moz-animation: moveclouds 40s linear infinite;
         -o-animation: moveclouds 40s linear infinite;
            animation: moveclouds 40s linear infinite;
}

.cloud-4 {
    top: 200px;
  opacity: 0.75;
  -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-animation: moveclouds 26s linear infinite;
       -moz-animation: moveclouds 26s linear infinite;
         -o-animation: moveclouds 26s linear infinite;
            animation: moveclouds 26s linear infinite;
    -webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes moveclouds {
    0%   { right: -20%; }
    100% { right: 120%; }
}
@-moz-keyframes moveclouds {
    0%   { right: -20%; }
    100% { right: 120%; }
}
@-o-keyframes moveclouds {
    0%   { right: -20%; }
    100% { right: 120%; }
}</style>

B2 số lượng mây (clouds) và tốc độ bay
<div class="clouds">
    <div class="cloud-1" data-speed="35000"></div>
    <div class="cloud-2" data-speed="45000" data-delay="15000"></div>
   <div class="cloud-3" data-speed="40000"></div>
    <div class="cloud-4" data-speed="38000" data-delay="20000"></div>
</div>
nguồn bài http://codepen.io/daveaspinall/details/aBmJE

Bloger Comments
G+ Comments
Comments FaceBook

No comments:

List

Profiles Information


About me : Nothing is 1 vài thứ - 1985

Places I've Lived : I Hà Nội

Home Page : http://www.shimivn.blogspot.com/

Think : 1:1000000000

Languages spoken : Vietnamese,English.

Mobile : sony C2305

dell : i3-Ram 3GB- HDD 250GB .