Learn CSS Animations In 20 Minutes - For Beginners

Author: Slaying The Dragon
Published At: 2022-11-30T00:00:00
Length: 21:22

Summary

Description

🚨🚨🚨 COURSES - https://slayingthedragon.io 🚨🚨🚨

Discord - https://discord.gg/Ccz9nQSfQB

Source files https://github.com/RamziBach/Learn-CSS-Animations-In-20-Minutes---For-Beginners

Animations inspired by https://animate.style/

0:00 Intro

1:15 Transitions

4:28 Animations

There are 2 ways of creating animations in CSS: Transitions.. And animations.

Transitions wait until a change in a property occurs and then allows those changes to take place over time. Without a transition, any changes in a property would take effect immediately. Transitions should be used when properties are changed interactively so for example, in CSS, a property can change when hovered on and when focused on.

Animations however, provide keyframes for more control over the animation and allows us to create complex animations on a frame by frame basis. Use animations when you want to create complex animations that just work without having to wait for properties that change interactively.

Translated At: 2025-02-24T08:06:33Z

Request translate (One translation is about 5 minutes)

Version 3 (stable)

Optimized for a single speaker. Suitable for knowledge sharing or teaching videos.

Recommended Videos