The CSS animations module lets you animate the values of CSS properties, such as background-position and transform, over time by using keyframes. Each keyframe describes how the animated element should render at a given time during the animation sequence. You can use the properties in the animations module to control the duration, number of repetitions, delayed start, and other aspects of an animation....transform: translate(0, -50px) rotate(0deg) scale(0.9, 0.9); } to...transform: translate(30px, 600px) rotate(360deg) scale(1.1, 1.1); }...