Now let's combine all three! Translation, rotation and scale. You just have to separate the three with spaces.
Here is an example: transform: translate(100px, 50px) rotate(20deg) scale(2);
.
Reproduce the animation.
Note: respect the translate-rotate-scale order to properly validate the exercise.