diff --git a/.DS_Store b/.DS_Store index 0b0fc24..f80e2cd 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/animate.css b/css/animate.css index 9bdb2ab..b13439d 100644 --- a/css/animate.css +++ b/css/animate.css @@ -22,9 +22,24 @@ 0%{ transform: scale(1); } - 100%{ + 33%{ transform: scale(1.01); } + 66%{ + transform: scale(1); + } + 72%{ + transform: scale(1.01); + } + 80%{ + transform: scale(1); + } + 88%{ + transform: scale(1.01); + } + 100%{ + transform: scale(1); + } } @keyframes scale{ 0%{ @@ -421,6 +436,8 @@ } } /*镜头拉近*/ + + @keyframes scale-left{ 0{ transform:scale(1,1); diff --git a/css/style.css b/css/style.css index a7a0c56..4cb8d53 100644 --- a/css/style.css +++ b/css/style.css @@ -156,6 +156,10 @@ body{ height: 100%; background: url(../image/img_01.png) no-repeat; overflow: hidden; + animation: scale-body .6s linear infinite; + top:0px; + position: absolute; + } .Lighting{ position: fixed; diff --git a/dancing.html b/dancing.html index 3d02dc7..fdd508b 100644 --- a/dancing.html +++ b/dancing.html @@ -19,11 +19,16 @@