.party { transition: font-size 5s linear; }
.party.active { font-size: 120px; }
party.addEventListener('transitionend', animate, false);