@-webkit-keyframes line-scale-party { 0% { -webkit-transform : scale(1); transform : scale(1); } 50% { -webkit-transform : scale(0.5); transform : scale(0.5); } 100% { -webkit-transform : scale(1); transform : scale(1); } } @-moz-keyframes line-scale-party { 0% { -moz-transform : scale(1); transform : scale(1); } 50% { -moz-transform : scale(0.5); transform : scale(0.5); } 100% { -moz-transform : scale(1); transform : scale(1); } } @-o-keyframes line-scale-party { 0% { -o-transform : scale(1); transform : scale(1); } 50% { -o-transform : scale(0.5); transform : scale(0.5); } 100% { -o-transform : scale(1); transform : scale(1); } } @keyframes line-scale-party { 0% { -webkit-transform : scale(1); -moz-transform : scale(1); -o-transform : scale(1); transform : scale(1); } 50% { -webkit-transform : scale(0.5); -moz-transform : scale(0.5); -o-transform : scale(0.5); transform : scale(0.5); } 100% { -webkit-transform : scale(1); -moz-transform : scale(1); -o-transform : scale(1); transform : scale(1); } } .line-scale-party > div:nth-child(1) { -webkit-animation-delay : 0.28s; -moz-animation-delay : 0.28s; -o-animation-delay : 0.28s; animation-delay : 0.28s; -webkit-animation-duration : 0.41s; -moz-animation-duration : 0.41s; -o-animation-duration : 0.41s; animation-duration : 0.41s; } .line-scale-party > div:nth-child(2) { -webkit-animation-delay : 0.45s; -moz-animation-delay : 0.45s; -o-animation-delay : 0.45s; animation-delay : 0.45s; -webkit-animation-duration : 0.45s; -moz-animation-duration : 0.45s; -o-animation-duration : 0.45s; animation-duration : 0.45s; } .line-scale-party > div:nth-child(3) { -webkit-animation-delay : 0.01s; -moz-animation-delay : 0.01s; -o-animation-delay : 0.01s; animation-delay : 0.01s; -webkit-animation-duration : 1.29s; -moz-animation-duration : 1.29s; -o-animation-duration : 1.29s; animation-duration : 1.29s; } .line-scale-party > div:nth-child(4) { -webkit-animation-delay : 0.66s; -moz-animation-delay : 0.66s; -o-animation-delay : 0.66s; animation-delay : 0.66s; -webkit-animation-duration : 1.03s; -moz-animation-duration : 1.03s; -o-animation-duration : 1.03s; animation-duration : 1.03s; } .line-scale-party > div { background-color : #55595C; width : 4px; height : 3.45rem; border-radius : 2px; margin : 2px; -webkit-animation-fill-mode : both; -moz-animation-fill-mode : both; -o-animation-fill-mode : both; animation-fill-mode : both; display : inline-block; -webkit-animation-name : line-scale-party; -moz-animation-name : line-scale-party; -o-animation-name : line-scale-party; animation-name : line-scale-party; -webkit-animation-iteration-count : infinite; -moz-animation-iteration-count : infinite; -o-animation-iteration-count : infinite; animation-iteration-count : infinite; -webkit-animation-delay : 0; -moz-animation-delay : 0; -o-animation-delay : 0; animation-delay : 0; }