function cardPressed() { this.classList.add('card-link-wrapper-active'); } function cardReleased() { this.classList.remove('card-link-wrapper-active'); }