780 views
In this video you will learn what keyframes are. Keyframes in CSS are a way to define animations by specifying the state of the element at different points during the animation. The keyframes are usually specified as percentages, with 0% being the initial state and 100% being the final state of the animation. Additional keyframes can be specified between these two keyframes to specify the state of the element at a specific point during the animation. Project Starter: https://github.com/Coding-Crashkurse/... Timestamps: 0:00 Keyframes Basics 11:32 Keyframes Project