Commit cc103cb4 by doszhang

dos

parent ed126ab9
...@@ -84,14 +84,14 @@ video { ...@@ -84,14 +84,14 @@ video {
} }
.gift { .gift {
transform: scale(0.95); transform: scale(0.88);
animation: scale 1s ease-in-out infinite; animation: scale 1s ease-in-out infinite;
-webkit-animation: scale 1s ease-in-out infinite; -webkit-animation: scale 1s ease-in-out infinite;
} }
@keyframes scale { @keyframes scale {
0%, 100% { 0%, 100% {
transform: scale(0.95); transform: scale(0.88);
} }
50% { 50% {
transform: scale(1.0); transform: scale(1.0);
...@@ -100,10 +100,10 @@ video { ...@@ -100,10 +100,10 @@ video {
@-webkit-keyframes scale { @-webkit-keyframes scale {
0%, 100% { 0%, 100% {
-webkit-transform: scale(0.9); -webkit-transform: scale(0.88);
} }
50% { 50% {
-webkit-transform: scale(1.1); -webkit-transform: scale(1.0);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment