The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur....transition-duration: 4s; } JavaScript js function change() { const elements...