
Meet the instructor, a web developer who teaches programming and guides you through serious CSS animations. The course assumes science knowledge and how elements work to apply animation principles.
Master CSS animations by building rotating items, animated checkboxes, a simulated progress bar, a spinning wheel, a moon orbiting a planet, and Pac-Man in a step-by-step project.
explains the CSS transition property, including syntax, duration, delay, and easing, and shows how to apply transitions to properties such as background color and width using shorthand or individual values.
learn to create a spinning wheel animation with css by building a spinner container, adding a dashed green border, and applying transform rotate and translate with hover transitions.
Mastering animations in CSS demonstrates building a spinner with a :before element, absolute positioning, and keyframes to rotate from 0 to 360 degrees in an infinite loop.
Prepare the markup and styles for a browser game, featuring a rotating box, a play button, and a 1000-point counter inside a wrapper and container.
The course is about css animations and how to make beautiful animations only with css, It so easy to make interactive elements on your web page using css animation properties + transitions.
We will cover the animation concept and what are the properties that you can / can't animate and what's recommended to animate specially when it' about performance.
Next, we will get our hands to code and practice, so we can master these concepts.