发表日期: 2022-09-12 浏览次数:8
上往建站专注于网站建设开发,高端网站设计,网站制作,已为上海,苏州,北京,南京,重庆,成都,深圳,广州,东莞,惠州,佛山各地企业做网站,网站建设,企业官网设计,品牌网站建设,外贸网站建设,营销型网站建设,微商城开发,手机网站制作,微信公众号开发,营销网站制作,全网营销网站,高端网站设计,模板网站建设,商城网站开发,外贸网站制作,响应式网站,手机网站建设,小程序开发,微信网站制作,APP制作开发,网站改版
服务热线:400-111-6878 手机微信同号:18118153152(各城市商务人员可上门服务)
河南省太康外贸网站建设-双语网站制作-企业中英文网站优化推广-多语言集团网站定制开发
CSS 可实现 HTML 元素的动画效果,而不使用 JavaScript 或 Flash!
在本章中,您将学习如下属性:
@keyframes
animation-name
animation-duration
animation-delay
animation-iteration-count
animation-direction
animation-timing-function
animation-fill-mode
animation
表格中的数字注明了完全支持该属性的首个浏览器版本。
属性 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
@keyframes | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-name | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-duration | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-delay | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-iteration-count | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-direction | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-timing-function | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation-fill-mode | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
animation | 43.0 | 10.0 | 16.0 | 9.0 | 30.0 |
动画使元素逐渐从一种样式变为另一种样式。
您可以随意更改任意数量的 CSS 属性。
如需使用 CSS 动画,您必须首先为动画指定一些关键帧。
关键帧包含元素在特定时间所拥有的样式。
如果您在 @keyframes
规则中指定了 CSS 样式,动画将在特定时间逐渐从当前样式更改为新样式。
要使动画生效,必须将动画绑定到某个元素。
下面的例子将 "example" 动画绑定到 <div> 元素。动画将持续 4 秒钟,同时将 <div> 元素的背景颜色从 "red" 逐渐改为 "yellow":
/* 动画代码 */@keyframes example { from {background-color: red;} to {background-color: yellow;}}/* 向此元素应用动画效果 */div { width: 100px; height: 100px; background-color: red; animation-name: example; animation-duration: 4s;}
注意:animation-duration
属性定义需要多长时间才能完成动画。如果未指定 animation-duration
属性,则动画不会发生,因为默认值是 0s(0秒)。
在上面的例子中,通过使用关键字 "from" 和 "to"(代表 0%(开始)和 100%(完成)),我们设置了样式何时改变。
您也可以使用百分比值。通过使用百分比,您可以根据需要添加任意多个样式更改。
下面的例子将在动画完成 25%,完成 50% 以及动画完成 100% 时更改 <div> 元素的背景颜色:
/* 动画代码 */@keyframes example { 0% {background-color: red;} 25% {background-color: yellow;} 50% {background-color: blue;} 100% {background-color: green;}}
河南省太康外贸网站建设-双语网站制作-企业中英文网站优化推广-多语言集团网站定制开发
杭州网站建设案例、杭州网站设计案例、杭州网站制作案例,杭州网站案例,杭州网站建设,杭州营销型网站建设,杭州微商城开发,杭州手机网站制作,杭州微信公众号开发,杭州高端网站建设公司,优秀的网站搭建与策划制作团队,深厚的网站推广运营经验
服务热线:400-111-6878 手机微信同号:18118153152(各城市商务人员可上门服务)