if(secondsDegrees === 90) { allHands.forEach(hand => hand.style.transition = 'none') } else { allHands.forEach(hand => hand.style.transition = '') }