transition属性
这里主要运用了三个属性,border-radius,text-shadow,transition。 关于transition属性,是CSS3中三个动画相关的属性之一,transition属性允许css的属性值在一定的时间区间内平滑地过渡。这种效果可以在鼠标单击、获得焦点、被点击或对元素任何改变中触发,并圆滑地以动画效果改变CSS的属性值。”,它的属性有(1).执行变换的属性:transition-property,(2).变换延续的时间:transition-duration,(3).在延续时间段,变换的速率变化transition-timing-function,(4).变换延迟时间transition-delay。 下附源码,可直接使用。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> <style type="text/css"> .cont{width: 450px;height: 450px;margin: 0