手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >css过渡+3D效果的简单实现
css过渡+3D效果的简单实现
摘要:css过渡+3D效果的简单实现XML/HTMLCode复制内容到剪贴板guodu#wp{border:1pxsolidred;width:5...

css过渡+3D效果的简单实现

css过渡+3D效果的简单实现1

XML/HTML Code复制内容到剪贴板 <!DOCTYPEhtml> <html> <head> <title>guodu</title> <metacharset="utf-8"> <styletype="text/css"> #wp{ border:1pxsolidred; width:500px; height:500px; background-color:pink; color:lime; transition-property:backgroundcolor; transition-duration:5s; transition-timing-function:cubic-bezier(000.20.2); transition-delay:1s; transform:perspective(600px); } #wp:hover{ background:red; color:white; width:800px; transform-origin:(150px100px120px); transform:skewY(80deg)rotate(45deg)translate(50%); } </style> </head> <body> <divid="wp"><h1>南海是中国的,菲律宾也是中国的</h1></div> </body> </html>

以上这篇css过渡+3D效果的简单实现就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持查字典教程网。

原文地址:http://www.cnblogs.com/yzybc/p/5666719.html

【css过渡+3D效果的简单实现】相关文章:

css让背景图片拉伸填充的属性

页面背景图片的拉伸实现代码

div+css垂直居中的五种实现方法

css3中圆角和阴影的实验

通过浮动+定位实现两个div在同一行

CSS条状图表形式的实现方法

css清除浮动方法和代码

CSS框架的利与弊

CSS文章列表切换选项卡效果实例

使用css3仿造window7的开始菜单

精品推荐
分类导航