##css3实现云彩动画所需的知识:
- 定位
- 固定定位position: fixed
- 相对定位position: relative
- 绝对定位position: absolute
- 静态定位position: static
- 背景
- background-color
- background-image
- background-repeat
- background-position
- background-attachment
- background-origin
- background-clip
- background-size
- 动画
- animation-name
- animation-duration
- animation-delay
- animation-timing-function
- animation-iteration-count
- animation-direction
- animation-play-state
- animation-fill-mode
- 溢出隐藏
- overflow:hidden
- 兼容性
- 浏览器私有前缀。主要是浏览器对于新CSS属性的一个提前支持
如果对上面所列出的知识,不太清楚的话,可以点击上面链接,查看更多信息,了解知识,我上面列出来的在css实现云彩动画不是全部要使用到,我只是方便自己回忆学过的知识而已
废话少说,上效果图
因为图片的大小超过了5M,上传不了
效果图(直接通过下载源代码直接查看)&图片素材&源代码在下面的百度网盘链接
https://pan.baidu.com/s/1DZQ3LZz4EyzJEc3zvZNi2A
- 浏览器私有前缀。主要是浏览器对于新CSS属性的一个提前支持
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatibl