I suppose that transition applied to the transform property and use of the cubic-bezier for this timing function gives the seconds hand some bounce, but is not working…
.clock .clockSecond {
transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
}