.btngro{animation:btgro 10s linear infinite}@keyframes btgro{0%{background:red;width:220px}25%{background:orange;width:250px}50%{background:red;width:300px}75%{background:orange;width:250px}100%{background:red;width:220px}}