hello css3 hello css3!
h1{ text-align: center; font-size: 60px; text-shadow: 5px 5px blule; transform-style: preserve-3d; -webkit-animation: my 9s;}@-webkit-keyframes my{ from{ transform: rotateY(0) } to{ transform: rotateY(360deg) }}
博客介绍:
1.h1
{ text-shadow: 5px 5px 5px #FF0000;}2.
transform-style的3D效果测试 源码爱好者提供编程源码、网站源码、网页素材、书籍教程、网站模板、网页特效代码等,做有质量的学习型源码下载站。
1.折起来,transform rotateX(45deg);
2.-webkit-perspective 500;
3.动起来 -webkit-animation my 15s infinite linear
4.translateZ(100px)