To create a bounce loader animation. An animation with two states is defined in which the elements are changed opacity and used transform: translateY() on a 2D plane
The code is based on CSS3 's clip, transform, and animation, so you need to know exactly what these attributes are for the purpose of understanding the CSS principle.