foundation实现背景位移动画山川起伏风景代码
代码语言:html
所属分类:动画
代码描述:foundation实现背景位移动画山川起伏风景代码
代码标签: foundation 背景 位移 动画 山川 起伏 风景 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/foundation.min.css"> <style> @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200'); body { background-image: url('//repo.bfw.wiki/bfwrepo/image/65422df611d69.png'); background-size:cover; -webkit-animation: slidein 100s; animation: slidein 100s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } @-webkit-keyframes slidein { from {background-position: top; background-size:3000px; } to {background-position: -100px 0px;background-size:2750px;} } .........完整代码请登录后点击上方下载按钮下载查看
网友评论0