Screens: Win

Learn how to design a win screen in this lesson.

We'll cover the following

Win Screen

For the Win screen, we’ll create an animation that scales the “You Win” sign from small to big, with oscillation in size to give it a “bounce” effect towards the end. This is done entirely with CSS. The keyframes object that’s been created provides the script of how it will be animated. Any amount of formatting can be specified at each frame, but here we’ll use the transform property and specify the scale only. Each frame is indicated with a time between 0% and 100%.

Get hands-on with 1200+ tech skills courses.