you are in: codestackercodes [RSS][css3] fade in page

[css3] fade in page Delicious Email

show/hide lines
   1  @-webkit-keyframes fade-in {
   2  	0%   { opacity: 0; }
   3  	50%   { opacity: 0; }
   4  	100% { opacity: 1; }
   5  }
   6  
   7  body {
   8  	-webkit-animation-name: fade-in;
   9  	-webkit-animation-duration: 1.5s;
  10  }
created by leozera — 05 February 2011 — get a short url — tags: css3 embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image